Uses of Class
org.tensorflow.proto.GraphOpCreation
Packages that use GraphOpCreation
-
Uses of GraphOpCreation in org.tensorflow.proto
Methods in org.tensorflow.proto that return GraphOpCreationModifier and TypeMethodDescriptionGraphOpCreation.Builder.build()GraphOpCreation.Builder.buildPartial()static GraphOpCreationGraphOpCreation.getDefaultInstance()GraphOpCreation.Builder.getDefaultInstanceForType()GraphOpCreation.getDefaultInstanceForType()DebugEvent.Builder.getGraphOpCreation()The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function).DebugEvent.getGraphOpCreation()The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function).DebugEventOrBuilder.getGraphOpCreation()The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function).static GraphOpCreationGraphOpCreation.parseDelimitedFrom(InputStream input) static GraphOpCreationGraphOpCreation.parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static GraphOpCreationGraphOpCreation.parseFrom(byte[] data) static GraphOpCreationGraphOpCreation.parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) static GraphOpCreationGraphOpCreation.parseFrom(ByteString data) static GraphOpCreationGraphOpCreation.parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) static GraphOpCreationGraphOpCreation.parseFrom(CodedInputStream input) static GraphOpCreationGraphOpCreation.parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static GraphOpCreationGraphOpCreation.parseFrom(InputStream input) static GraphOpCreationGraphOpCreation.parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static GraphOpCreationGraphOpCreation.parseFrom(ByteBuffer data) static GraphOpCreationGraphOpCreation.parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.proto that return types with arguments of type GraphOpCreationModifier and TypeMethodDescriptionGraphOpCreation.getParserForType()static Parser<GraphOpCreation> GraphOpCreation.parser()Methods in org.tensorflow.proto with parameters of type GraphOpCreationModifier and TypeMethodDescriptionGraphOpCreation.Builder.mergeFrom(GraphOpCreation other) DebugEvent.Builder.mergeGraphOpCreation(GraphOpCreation value) The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function).static GraphOpCreation.BuilderGraphOpCreation.newBuilder(GraphOpCreation prototype) DebugEvent.Builder.setGraphOpCreation(GraphOpCreation value) The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function).