Uses of Class
org.tensorflow.proto.SavedObjectGraphOuterClass.CapturedTensor.Builder
Packages that use SavedObjectGraphOuterClass.CapturedTensor.Builder
-
Uses of SavedObjectGraphOuterClass.CapturedTensor.Builder in org.tensorflow.proto
Subclasses with type arguments of type SavedObjectGraphOuterClass.CapturedTensor.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classProtobuf typetensorflow.CapturedTensorMethods in org.tensorflow.proto that return SavedObjectGraphOuterClass.CapturedTensor.BuilderModifier and TypeMethodDescriptionSavedObjectGraphOuterClass.CapturedTensor.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) SavedObjectGraphOuterClass.CapturedTensor.Builder.clear()SavedObjectGraphOuterClass.CapturedTensor.Builder.clearConcreteFunction()Name of concrete function which contains the computed graph tensor.SavedObjectGraphOuterClass.CapturedTensor.Builder.clearField(Descriptors.FieldDescriptor field) SavedObjectGraphOuterClass.CapturedTensor.Builder.clearName()Name of captured tensorSavedObjectGraphOuterClass.CapturedTensor.Builder.clearOneof(Descriptors.OneofDescriptor oneof) SavedObjectGraphOuterClass.CapturedTensor.Builder.clone()SavedObjectGraphOuterClass.SavedObject.Builder.getCapturedTensorBuilder().tensorflow.CapturedTensor captured_tensor = 12;SavedObjectGraphOuterClass.CapturedTensor.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) SavedObjectGraphOuterClass.CapturedTensor.Builder.mergeFrom(SavedObjectGraphOuterClass.CapturedTensor other) SavedObjectGraphOuterClass.CapturedTensor.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) SavedObjectGraphOuterClass.CapturedTensor.newBuilder()SavedObjectGraphOuterClass.CapturedTensor.newBuilder(SavedObjectGraphOuterClass.CapturedTensor prototype) SavedObjectGraphOuterClass.CapturedTensor.newBuilderForType()SavedObjectGraphOuterClass.CapturedTensor.newBuilderForType(GeneratedMessageV3.BuilderParent parent) SavedObjectGraphOuterClass.CapturedTensor.Builder.setConcreteFunction(String value) Name of concrete function which contains the computed graph tensor.SavedObjectGraphOuterClass.CapturedTensor.Builder.setConcreteFunctionBytes(ByteString value) Name of concrete function which contains the computed graph tensor.SavedObjectGraphOuterClass.CapturedTensor.Builder.setField(Descriptors.FieldDescriptor field, Object value) Name of captured tensorSavedObjectGraphOuterClass.CapturedTensor.Builder.setNameBytes(ByteString value) Name of captured tensorSavedObjectGraphOuterClass.CapturedTensor.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) SavedObjectGraphOuterClass.CapturedTensor.Builder.setUnknownFields(UnknownFieldSet unknownFields) SavedObjectGraphOuterClass.CapturedTensor.toBuilder()Methods in org.tensorflow.proto with parameters of type SavedObjectGraphOuterClass.CapturedTensor.BuilderModifier and TypeMethodDescriptionSavedObjectGraphOuterClass.SavedObject.Builder.setCapturedTensor(SavedObjectGraphOuterClass.CapturedTensor.Builder builderForValue) .tensorflow.CapturedTensor captured_tensor = 12;