Uses of Class
org.tensorflow.proto.OpPerformanceData.OpInfo.TensorProperties.Builder
Packages that use OpPerformanceData.OpInfo.TensorProperties.Builder
-
Uses of OpPerformanceData.OpInfo.TensorProperties.Builder in org.tensorflow.proto
Subclasses with type arguments of type OpPerformanceData.OpInfo.TensorProperties.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classInput data types, shapes and values if known.Methods in org.tensorflow.proto that return OpPerformanceData.OpInfo.TensorProperties.BuilderModifier and TypeMethodDescriptionOpPerformanceData.OpInfo.Builder.addInputsBuilder()repeated .tensorflow.OpInfo.TensorProperties inputs = 3;OpPerformanceData.OpInfo.Builder.addInputsBuilder(int index) repeated .tensorflow.OpInfo.TensorProperties inputs = 3;OpPerformanceData.OpInfo.Builder.addOutputsBuilder()Optional description of the op outputsOpPerformanceData.OpInfo.Builder.addOutputsBuilder(int index) Optional description of the op outputsOpPerformanceData.OpInfo.TensorProperties.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) OpPerformanceData.OpInfo.TensorProperties.Builder.clear()OpPerformanceData.OpInfo.TensorProperties.Builder.clearDtype().tensorflow.DataType dtype = 1;OpPerformanceData.OpInfo.TensorProperties.Builder.clearField(Descriptors.FieldDescriptor field) OpPerformanceData.OpInfo.TensorProperties.Builder.clearOneof(Descriptors.OneofDescriptor oneof) OpPerformanceData.OpInfo.TensorProperties.Builder.clearShape().tensorflow.TensorShapeProto shape = 2;OpPerformanceData.OpInfo.TensorProperties.Builder.clearValue().tensorflow.TensorProto value = 3;OpPerformanceData.OpInfo.TensorProperties.Builder.clone()OpPerformanceData.OpInfo.Builder.getInputsBuilder(int index) repeated .tensorflow.OpInfo.TensorProperties inputs = 3;OpPerformanceData.OpInfo.Builder.getOutputsBuilder(int index) Optional description of the op outputsOpPerformanceData.OpInfo.TensorProperties.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) OpPerformanceData.OpInfo.TensorProperties.Builder.mergeFrom(OpPerformanceData.OpInfo.TensorProperties other) OpPerformanceData.OpInfo.TensorProperties.Builder.mergeShape(TensorShapeProto value) .tensorflow.TensorShapeProto shape = 2;OpPerformanceData.OpInfo.TensorProperties.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) OpPerformanceData.OpInfo.TensorProperties.Builder.mergeValue(TensorProto value) .tensorflow.TensorProto value = 3;OpPerformanceData.OpInfo.TensorProperties.newBuilder()OpPerformanceData.OpInfo.TensorProperties.newBuilder(OpPerformanceData.OpInfo.TensorProperties prototype) OpPerformanceData.OpInfo.TensorProperties.newBuilderForType()OpPerformanceData.OpInfo.TensorProperties.newBuilderForType(GeneratedMessageV3.BuilderParent parent) .tensorflow.DataType dtype = 1;OpPerformanceData.OpInfo.TensorProperties.Builder.setDtypeValue(int value) .tensorflow.DataType dtype = 1;OpPerformanceData.OpInfo.TensorProperties.Builder.setField(Descriptors.FieldDescriptor field, Object value) OpPerformanceData.OpInfo.TensorProperties.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) OpPerformanceData.OpInfo.TensorProperties.Builder.setShape(TensorShapeProto value) .tensorflow.TensorShapeProto shape = 2;OpPerformanceData.OpInfo.TensorProperties.Builder.setShape(TensorShapeProto.Builder builderForValue) .tensorflow.TensorShapeProto shape = 2;OpPerformanceData.OpInfo.TensorProperties.Builder.setUnknownFields(UnknownFieldSet unknownFields) OpPerformanceData.OpInfo.TensorProperties.Builder.setValue(TensorProto value) .tensorflow.TensorProto value = 3;OpPerformanceData.OpInfo.TensorProperties.Builder.setValue(TensorProto.Builder builderForValue) .tensorflow.TensorProto value = 3;OpPerformanceData.OpInfo.TensorProperties.toBuilder()Methods in org.tensorflow.proto that return types with arguments of type OpPerformanceData.OpInfo.TensorProperties.BuilderModifier and TypeMethodDescriptionOpPerformanceData.OpInfo.Builder.getInputsBuilderList()repeated .tensorflow.OpInfo.TensorProperties inputs = 3;OpPerformanceData.OpInfo.Builder.getOutputsBuilderList()Optional description of the op outputsMethods in org.tensorflow.proto with parameters of type OpPerformanceData.OpInfo.TensorProperties.BuilderModifier and TypeMethodDescriptionOpPerformanceData.OpInfo.Builder.addInputs(int index, OpPerformanceData.OpInfo.TensorProperties.Builder builderForValue) repeated .tensorflow.OpInfo.TensorProperties inputs = 3;OpPerformanceData.OpInfo.Builder.addInputs(OpPerformanceData.OpInfo.TensorProperties.Builder builderForValue) repeated .tensorflow.OpInfo.TensorProperties inputs = 3;OpPerformanceData.OpInfo.Builder.addOutputs(int index, OpPerformanceData.OpInfo.TensorProperties.Builder builderForValue) Optional description of the op outputsOpPerformanceData.OpInfo.Builder.addOutputs(OpPerformanceData.OpInfo.TensorProperties.Builder builderForValue) Optional description of the op outputsOpPerformanceData.OpInfo.Builder.setInputs(int index, OpPerformanceData.OpInfo.TensorProperties.Builder builderForValue) repeated .tensorflow.OpInfo.TensorProperties inputs = 3;OpPerformanceData.OpInfo.Builder.setOutputs(int index, OpPerformanceData.OpInfo.TensorProperties.Builder builderForValue) Optional description of the op outputs