using System; using System.Collections.Generic; using System.Linq; using System.Text; using Tensorflow.Util; namespace Tensorflow.Gradients { /// /// Map from operation-id to tape entry. /// /// /// public class OpTape : UnorderedMap> { } }