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.clear()SavedObjectGraphOuterClass.CapturedTensor.Builder.clearConcreteFunction()Name of concrete function which contains the computed graph tensor.SavedObjectGraphOuterClass.CapturedTensor.Builder.clearName()Name of captured tensorSavedObjectGraphOuterClass.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.newBuilder()SavedObjectGraphOuterClass.CapturedTensor.newBuilder(SavedObjectGraphOuterClass.CapturedTensor prototype) SavedObjectGraphOuterClass.CapturedTensor.newBuilderForType()SavedObjectGraphOuterClass.CapturedTensor.newBuilderForType(AbstractMessage.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.Name of captured tensorSavedObjectGraphOuterClass.CapturedTensor.Builder.setNameBytes(ByteString value) Name of captured tensorSavedObjectGraphOuterClass.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;