Uses of Class
org.tensorflow.proto.OpPerformanceData.SessionInfo.Builder
Packages that use OpPerformanceData.SessionInfo.Builder
-
Uses of OpPerformanceData.SessionInfo.Builder in org.tensorflow.proto
Subclasses with type arguments of type OpPerformanceData.SessionInfo.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classDescription of the session when an op is run.Methods in org.tensorflow.proto that return OpPerformanceData.SessionInfo.BuilderModifier and TypeMethodDescriptionOpPerformanceData.SessionInfo.Builder.clear()OpPerformanceData.SessionInfo.Builder.clearIntraOpParallelism()int64 intra_op_parallelism = 1;OpPerformanceData.OpInfo.Builder.getSessionInfoBuilder()Information about the session configs.OpPerformanceData.OpPerformance.Builder.getSessionInfoBuilder()Deprecated.OpPerformanceData.SessionInfo.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) OpPerformanceData.SessionInfo.Builder.mergeFrom(OpPerformanceData.SessionInfo other) OpPerformanceData.SessionInfo.newBuilder()OpPerformanceData.SessionInfo.newBuilder(OpPerformanceData.SessionInfo prototype) OpPerformanceData.SessionInfo.newBuilderForType()protected OpPerformanceData.SessionInfo.BuilderOpPerformanceData.SessionInfo.newBuilderForType(AbstractMessage.BuilderParent parent) OpPerformanceData.SessionInfo.Builder.setIntraOpParallelism(long value) int64 intra_op_parallelism = 1;OpPerformanceData.SessionInfo.toBuilder()Methods in org.tensorflow.proto with parameters of type OpPerformanceData.SessionInfo.BuilderModifier and TypeMethodDescriptionOpPerformanceData.OpInfo.Builder.setSessionInfo(OpPerformanceData.SessionInfo.Builder builderForValue) Information about the session configs.OpPerformanceData.OpPerformance.Builder.setSessionInfo(OpPerformanceData.SessionInfo.Builder builderForValue) Deprecated.