static void |
tensorflow.AddNodeAttr(BytePointer name,
tensorflow.PartialTensorShape value,
tensorflow.NodeDef node_def) |
static void |
tensorflow.AddNodeAttr(String name,
tensorflow.PartialTensorShape value,
tensorflow.NodeDef node_def) |
static boolean |
tensorflow.PartialTensorShapeUtils.AreCompatible(tensorflow.PartialTensorShape shapes0,
tensorflow.PartialTensorShape shapes1) |
static boolean |
tensorflow.PartialTensorShapeUtils.AreIdentical(tensorflow.PartialTensorShape shapes0,
tensorflow.PartialTensorShape shapes1) |
tensorflow.NodeDefBuilder |
tensorflow.NodeDefBuilder.Attr(BytePointer name,
tensorflow.PartialTensorShape value) |
tensorflow.NodeDefBuilder |
tensorflow.NodeDefBuilder.Attr(String name,
tensorflow.PartialTensorShape value) |
tensorflow.PartialTensorShape |
tensorflow.PartialTensorShape.Concatenate(tensorflow.PartialTensorShape shape)
Appends all the dimensions from shape.
|
tensorflow.ParseSequenceExample.Attrs |
tensorflow.ParseSequenceExample.Attrs.context_dense_shapes_(tensorflow.PartialTensorShape context_dense_shapes_) |
tensorflow.ParseSingleSequenceExample.Attrs |
tensorflow.ParseSingleSequenceExample.Attrs.context_dense_shapes_(tensorflow.PartialTensorShape context_dense_shapes_) |
static tensorflow.ParseSequenceExample.Attrs |
tensorflow.ParseSequenceExample.ContextDenseShapes(tensorflow.PartialTensorShape x) |
tensorflow.ParseSequenceExample.Attrs |
tensorflow.ParseSequenceExample.Attrs.ContextDenseShapes(tensorflow.PartialTensorShape x)
A list of Ncontext_dense shapes; the shapes of data in
each context Feature given in context_dense_keys.
|
static tensorflow.ParseSingleSequenceExample.Attrs |
tensorflow.ParseSingleSequenceExample.ContextDenseShapes(tensorflow.PartialTensorShape x) |
tensorflow.ParseSingleSequenceExample.Attrs |
tensorflow.ParseSingleSequenceExample.Attrs.ContextDenseShapes(tensorflow.PartialTensorShape x)
A list of Ncontext_dense shapes; the shapes of data in
each context Feature given in context_dense_keys.
|
tensorflow.TensorArrayGather.Attrs |
tensorflow.TensorArrayGather.Attrs.element_shape_(tensorflow.PartialTensorShape element_shape_) |
tensorflow.TensorArray.Attrs |
tensorflow.TensorArray.Attrs.element_shape_(tensorflow.PartialTensorShape element_shape_) |
tensorflow.TensorArrayConcat.Attrs |
tensorflow.TensorArrayConcat.Attrs.element_shape_except0_(tensorflow.PartialTensorShape element_shape_except0_) |
static tensorflow.TensorArrayGather.Attrs |
tensorflow.TensorArrayGather.ElementShape(tensorflow.PartialTensorShape x) |
tensorflow.TensorArrayGather.Attrs |
tensorflow.TensorArrayGather.Attrs.ElementShape(tensorflow.PartialTensorShape x)
The expected shape of an element, if known.
|
static tensorflow.TensorArray.Attrs |
tensorflow.TensorArray.ElementShape(tensorflow.PartialTensorShape x) |
tensorflow.TensorArray.Attrs |
tensorflow.TensorArray.Attrs.ElementShape(tensorflow.PartialTensorShape x)
The expected shape of an element, if known.
|
static tensorflow.TensorArrayConcat.Attrs |
tensorflow.TensorArrayConcat.ElementShapeExcept0(tensorflow.PartialTensorShape x) |
tensorflow.TensorArrayConcat.Attrs |
tensorflow.TensorArrayConcat.Attrs.ElementShapeExcept0(tensorflow.PartialTensorShape x)
The expected shape of an element, if known,
excluding the first dimension.
|
tensorflow.ParseSequenceExample.Attrs |
tensorflow.ParseSequenceExample.Attrs.feature_list_dense_shapes_(tensorflow.PartialTensorShape feature_list_dense_shapes_) |
tensorflow.ParseSingleSequenceExample.Attrs |
tensorflow.ParseSingleSequenceExample.Attrs.feature_list_dense_shapes_(tensorflow.PartialTensorShape feature_list_dense_shapes_) |
static tensorflow.ParseSequenceExample.Attrs |
tensorflow.ParseSequenceExample.FeatureListDenseShapes(tensorflow.PartialTensorShape x) |
tensorflow.ParseSequenceExample.Attrs |
tensorflow.ParseSequenceExample.Attrs.FeatureListDenseShapes(tensorflow.PartialTensorShape x)
A list of Nfeature_list_dense shapes; the shapes of
data in each FeatureList given in feature_list_dense_keys.
|
static tensorflow.ParseSingleSequenceExample.Attrs |
tensorflow.ParseSingleSequenceExample.FeatureListDenseShapes(tensorflow.PartialTensorShape x) |
tensorflow.ParseSingleSequenceExample.Attrs |
tensorflow.ParseSingleSequenceExample.Attrs.FeatureListDenseShapes(tensorflow.PartialTensorShape x)
A list of Nfeature_list_dense shapes; the shapes of
data in each FeatureList given in feature_list_dense_keys.
|
static tensorflow.Status |
tensorflow.GetNodeAttr(tensorflow.AttrSlice attrs,
BytePointer attr_name,
tensorflow.PartialTensorShape value) |
static tensorflow.Status |
tensorflow.GetNodeAttr(tensorflow.AttrSlice attrs,
String attr_name,
tensorflow.PartialTensorShape value) |
boolean |
tensorflow.PartialTensorShape.IsCompatibleWith(tensorflow.PartialTensorShape shape)
Return true iff the ranks match, and if the
dimensions all either match or one is unknown.
|
boolean |
tensorflow.PartialTensorShape.IsIdenticalTo(tensorflow.PartialTensorShape shape)
Exact equality test.
|
static tensorflow.Status |
tensorflow.TensorShapeUtils.MakeShape(int[] dims,
long n,
tensorflow.PartialTensorShape out) |
static tensorflow.Status |
tensorflow.TensorShapeUtils.MakeShape(int[] shape,
tensorflow.PartialTensorShape out) |
static tensorflow.Status |
tensorflow.TensorShapeUtils.MakeShape(IntBuffer dims,
long n,
tensorflow.PartialTensorShape out) |
static tensorflow.Status |
tensorflow.TensorShapeUtils.MakeShape(IntBuffer shape,
tensorflow.PartialTensorShape out) |
static tensorflow.Status |
tensorflow.TensorShapeUtils.MakeShape(IntPointer dims,
long n,
tensorflow.PartialTensorShape out) |
static tensorflow.Status |
tensorflow.TensorShapeUtils.MakeShape(IntPointer shape,
tensorflow.PartialTensorShape out) |
static tensorflow.Status |
tensorflow.TensorShapeUtils.MakeShape(long[] dims,
long n,
tensorflow.PartialTensorShape out) |
static tensorflow.Status |
tensorflow.TensorShapeUtils.MakeShape(long[] shape,
tensorflow.PartialTensorShape out) |
static tensorflow.Status |
tensorflow.TensorShapeUtils.MakeShape(LongBuffer dims,
long n,
tensorflow.PartialTensorShape out) |
static tensorflow.Status |
tensorflow.TensorShapeUtils.MakeShape(LongBuffer shape,
tensorflow.PartialTensorShape out) |
static tensorflow.Status |
tensorflow.TensorShapeUtils.MakeShape(LongPointer dims,
long n,
tensorflow.PartialTensorShape out) |
static tensorflow.Status |
tensorflow.TensorShapeUtils.MakeShape(LongPointer shape,
tensorflow.PartialTensorShape out) |
tensorflow.Status |
tensorflow.InferenceContext.MakeShapeFromPartialTensorShape(tensorflow.PartialTensorShape partial_shape,
tensorflow.ShapeHandle out) |
tensorflow.Status |
tensorflow.PartialTensorShape.MergeWith(tensorflow.PartialTensorShape shape,
tensorflow.PartialTensorShape result)
Merges all the dimensions from shape.
|
static BytePointer |
tensorflow.PartialTensorShapeUtils.PartialShapeListString(tensorflow.PartialTensorShape shapes) |
tensorflow.Placeholder.Attrs |
tensorflow.Placeholder.Attrs.shape_(tensorflow.PartialTensorShape shape_) |
static tensorflow.Placeholder.Attrs |
tensorflow.Placeholder.Shape(tensorflow.PartialTensorShape x) |
tensorflow.Placeholder.Attrs |
tensorflow.Placeholder.Attrs.Shape(tensorflow.PartialTensorShape x)
(Optional) The shape of the tensor.
|
tensorflow.Barrier.Attrs |
tensorflow.Barrier.Attrs.shapes_(tensorflow.PartialTensorShape shapes_) |
tensorflow.FIFOQueue.Attrs |
tensorflow.FIFOQueue.Attrs.shapes_(tensorflow.PartialTensorShape shapes_) |
tensorflow.PaddingFIFOQueue.Attrs |
tensorflow.PaddingFIFOQueue.Attrs.shapes_(tensorflow.PartialTensorShape shapes_) |
tensorflow.RandomShuffleQueue.Attrs |
tensorflow.RandomShuffleQueue.Attrs.shapes_(tensorflow.PartialTensorShape shapes_) |
static tensorflow.Barrier.Attrs |
tensorflow.Barrier.Shapes(tensorflow.PartialTensorShape x) |
tensorflow.Barrier.Attrs |
tensorflow.Barrier.Attrs.Shapes(tensorflow.PartialTensorShape x)
The shape of each component in a value.
|
static tensorflow.FIFOQueue.Attrs |
tensorflow.FIFOQueue.Shapes(tensorflow.PartialTensorShape x) |
tensorflow.FIFOQueue.Attrs |
tensorflow.FIFOQueue.Attrs.Shapes(tensorflow.PartialTensorShape x)
The shape of each component in a value.
|
static tensorflow.PaddingFIFOQueue.Attrs |
tensorflow.PaddingFIFOQueue.Shapes(tensorflow.PartialTensorShape x) |
tensorflow.PaddingFIFOQueue.Attrs |
tensorflow.PaddingFIFOQueue.Attrs.Shapes(tensorflow.PartialTensorShape x)
The shape of each component in a value.
|
static tensorflow.RandomShuffleQueue.Attrs |
tensorflow.RandomShuffleQueue.Shapes(tensorflow.PartialTensorShape x) |
tensorflow.RandomShuffleQueue.Attrs |
tensorflow.RandomShuffleQueue.Attrs.Shapes(tensorflow.PartialTensorShape x)
The shape of each component in a value.
|