Packages

case class SessionConfig(deviceCount: Option[Map[String, Int]] = None, intraOpParallelismThreads: Option[Int] = None, interOpParallelismThreads: Option[Int] = None, usePerSessionThreads: Option[Boolean] = None, sessionInterOpThreadPools: Seq[(Option[String], Option[Int])] = Seq.empty, allowSoftPlacement: Option[Boolean] = None, logDevicePlacement: Option[Boolean] = None, placementPeriod: Option[Int] = None, deviceFilters: Set[String] = Set.empty, globalOpTimeoutMillis: Option[Long] = None, optLevel: Option[GraphOptimizationLevel] = None, optCommonSubExpressionElimination: Option[Boolean] = None, optConstantFolding: Option[Boolean] = None, optFunctionInlining: Option[Boolean] = None, optGlobalJITLevel: Option[GraphOptimizerGlobalJITLevel] = None, graphEnableReceiveScheduling: Option[Boolean] = None, graphCostModelSteps: Option[Long] = None, graphCostModelSkipSteps: Option[Long] = None, graphInferShapes: Option[Boolean] = None, graphPlacePruned: Option[Boolean] = None, graphEnableBFloat16SendReceive: Option[Boolean] = None, graphTimelineSteps: Option[Int] = None, gpuAllocationStrategy: Option[GPUAllocationStrategy] = None, gpuAllowMemoryGrowth: Option[Boolean] = None, gpuPerProcessMemoryFraction: Option[Double] = None, gpuDeferredDeletionBytes: Option[Long] = None, gpuVisibleDevices: Option[Seq[Int]] = None, gpuPollingActiveDelayMicros: Option[Int] = None, gpuPollingInactiveDelayMillis: Option[Int] = None, gpuForceCompatible: Option[Boolean] = None, rpcUseInProcess: Option[Boolean] = None, clusterConfig: Option[ClusterConfig] = None) extends Serializable with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SessionConfig
  2. Serializable
  3. Product
  4. Equals
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SessionConfig(deviceCount: Option[Map[String, Int]] = None, intraOpParallelismThreads: Option[Int] = None, interOpParallelismThreads: Option[Int] = None, usePerSessionThreads: Option[Boolean] = None, sessionInterOpThreadPools: Seq[(Option[String], Option[Int])] = Seq.empty, allowSoftPlacement: Option[Boolean] = None, logDevicePlacement: Option[Boolean] = None, placementPeriod: Option[Int] = None, deviceFilters: Set[String] = Set.empty, globalOpTimeoutMillis: Option[Long] = None, optLevel: Option[GraphOptimizationLevel] = None, optCommonSubExpressionElimination: Option[Boolean] = None, optConstantFolding: Option[Boolean] = None, optFunctionInlining: Option[Boolean] = None, optGlobalJITLevel: Option[GraphOptimizerGlobalJITLevel] = None, graphEnableReceiveScheduling: Option[Boolean] = None, graphCostModelSteps: Option[Long] = None, graphCostModelSkipSteps: Option[Long] = None, graphInferShapes: Option[Boolean] = None, graphPlacePruned: Option[Boolean] = None, graphEnableBFloat16SendReceive: Option[Boolean] = None, graphTimelineSteps: Option[Int] = None, gpuAllocationStrategy: Option[GPUAllocationStrategy] = None, gpuAllowMemoryGrowth: Option[Boolean] = None, gpuPerProcessMemoryFraction: Option[Double] = None, gpuDeferredDeletionBytes: Option[Long] = None, gpuVisibleDevices: Option[Seq[Int]] = None, gpuPollingActiveDelayMicros: Option[Int] = None, gpuPollingInactiveDelayMillis: Option[Int] = None, gpuForceCompatible: Option[Boolean] = None, rpcUseInProcess: Option[Boolean] = None, clusterConfig: Option[ClusterConfig] = None)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val allowSoftPlacement: Option[Boolean]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. val clusterConfig: Option[ClusterConfig]
  8. val configProto: ConfigProto
  9. val deviceCount: Option[Map[String, Int]]
  10. val deviceFilters: Set[String]
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. val globalOpTimeoutMillis: Option[Long]
  14. val gpuAllocationStrategy: Option[GPUAllocationStrategy]
  15. val gpuAllowMemoryGrowth: Option[Boolean]
  16. val gpuDeferredDeletionBytes: Option[Long]
  17. val gpuForceCompatible: Option[Boolean]
  18. val gpuPerProcessMemoryFraction: Option[Double]
  19. val gpuPollingActiveDelayMicros: Option[Int]
  20. val gpuPollingInactiveDelayMillis: Option[Int]
  21. val gpuVisibleDevices: Option[Seq[Int]]
  22. val graphCostModelSkipSteps: Option[Long]
  23. val graphCostModelSteps: Option[Long]
  24. val graphEnableBFloat16SendReceive: Option[Boolean]
  25. val graphEnableReceiveScheduling: Option[Boolean]
  26. val graphInferShapes: Option[Boolean]
  27. val graphPlacePruned: Option[Boolean]
  28. val graphTimelineSteps: Option[Int]
  29. val interOpParallelismThreads: Option[Int]
  30. val intraOpParallelismThreads: Option[Int]
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. val logDevicePlacement: Option[Boolean]
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  36. val optCommonSubExpressionElimination: Option[Boolean]
  37. val optConstantFolding: Option[Boolean]
  38. val optFunctionInlining: Option[Boolean]
  39. val optGlobalJITLevel: Option[GraphOptimizerGlobalJITLevel]
  40. val optLevel: Option[GraphOptimizationLevel]
  41. val placementPeriod: Option[Int]
  42. def productElementNames: Iterator[String]
    Definition Classes
    Product
  43. val rpcUseInProcess: Option[Boolean]
  44. val sessionInterOpThreadPools: Seq[(Option[String], Option[Int])]
  45. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  46. def toConfigProto: ConfigProto
  47. def toProto: GeneratedMessageV3
    Definition Classes
    SessionConfigSerializable
  48. val usePerSessionThreads: Option[Boolean]
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  51. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped