Function TRITONSERVER_ServerOptionsSetTensorFlowSoftPlacement¶
Defined in File tritonserver.h
Function Documentation¶
-
TRITONSERVER_Error *
TRITONSERVER_ServerOptionsSetTensorFlowSoftPlacement
(TRITONSERVER_ServerOptions *options, bool soft_placement)¶ Enable or disable TensorFlow soft-placement of operators.
- Return
a TRITONSERVER_Error indicating success or failure.
- Parameters
options
: The server options object.soft_placement
: True to enable, false to disable.