Uses of Interface
org.tensorflow.framework.TensorProtoOrBuilder
Packages that use TensorProtoOrBuilder
-
Uses of TensorProtoOrBuilder in org.tensorflow.framework
Classes in org.tensorflow.framework that implement TensorProtoOrBuilderModifier and TypeClassDescriptionfinal classProtocol buffer representing a tensor.static final classProtocol buffer representing a tensor.Methods in org.tensorflow.framework that return TensorProtoOrBuilderModifier and TypeMethodDescriptionAttrValue.Builder.getTensorOrBuilder()"tensor"AttrValue.getTensorOrBuilder()"tensor"AttrValue.ListValue.Builder.getTensorOrBuilder(int index) "list(tensor)"AttrValue.ListValue.getTensorOrBuilder(int index) "list(tensor)"AttrValue.ListValueOrBuilder.getTensorOrBuilder(int index) "list(tensor)"AttrValueOrBuilder.getTensorOrBuilder()"tensor"NamedTensorProto.Builder.getTensorOrBuilder()The client can populate a TensorProto using a tensorflow::Tensor`, or directly using the protobuf field accessors.NamedTensorProto.getTensorOrBuilder()The client can populate a TensorProto using a tensorflow::Tensor`, or directly using the protobuf field accessors.NamedTensorProtoOrBuilder.getTensorOrBuilder()The client can populate a TensorProto using a tensorflow::Tensor`, or directly using the protobuf field accessors.VariantTensorDataProto.Builder.getTensorsOrBuilder(int index) Tensors contained within objects being serialized.VariantTensorDataProto.getTensorsOrBuilder(int index) Tensors contained within objects being serialized.VariantTensorDataProtoOrBuilder.getTensorsOrBuilder(int index) Tensors contained within objects being serialized.Methods in org.tensorflow.framework that return types with arguments of type TensorProtoOrBuilderModifier and TypeMethodDescriptionList<? extends TensorProtoOrBuilder> AttrValue.ListValue.Builder.getTensorOrBuilderList()"list(tensor)"List<? extends TensorProtoOrBuilder> AttrValue.ListValue.getTensorOrBuilderList()"list(tensor)"List<? extends TensorProtoOrBuilder> AttrValue.ListValueOrBuilder.getTensorOrBuilderList()"list(tensor)"List<? extends TensorProtoOrBuilder> VariantTensorDataProto.Builder.getTensorsOrBuilderList()Tensors contained within objects being serialized.List<? extends TensorProtoOrBuilder> VariantTensorDataProto.getTensorsOrBuilderList()Tensors contained within objects being serialized.List<? extends TensorProtoOrBuilder> VariantTensorDataProtoOrBuilder.getTensorsOrBuilderList()Tensors contained within objects being serialized. -
Uses of TensorProtoOrBuilder in tensorflow
Methods in tensorflow that return TensorProtoOrBuilderModifier and TypeMethodDescriptionStruct.BoundedTensorSpecProto.Builder.getMaximumOrBuilder().tensorflow.TensorProto maximum = 5;Struct.BoundedTensorSpecProto.getMaximumOrBuilder().tensorflow.TensorProto maximum = 5;Struct.BoundedTensorSpecProtoOrBuilder.getMaximumOrBuilder().tensorflow.TensorProto maximum = 5;Struct.BoundedTensorSpecProto.Builder.getMinimumOrBuilder().tensorflow.TensorProto minimum = 4;Struct.BoundedTensorSpecProto.getMinimumOrBuilder().tensorflow.TensorProto minimum = 4;Struct.BoundedTensorSpecProtoOrBuilder.getMinimumOrBuilder().tensorflow.TensorProto minimum = 4;Struct.StructuredValue.Builder.getNumpyValueOrBuilder()Represents a value for np.ndarray.Struct.StructuredValue.getNumpyValueOrBuilder()Represents a value for np.ndarray.Struct.StructuredValueOrBuilder.getNumpyValueOrBuilder()Represents a value for np.ndarray.Struct.StructuredValue.Builder.getTensorValueOrBuilder()Represents a value for tf.Tensor.Struct.StructuredValue.getTensorValueOrBuilder()Represents a value for tf.Tensor.Struct.StructuredValueOrBuilder.getTensorValueOrBuilder()Represents a value for tf.Tensor.