Home
last modified time | relevance | path

Searched refs:inst_ops (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2tensorrt/kernels/
Dtrt_engine_op.cc283 FunctionLibraryRuntime::InstantiateOptions inst_ops; in ConstructFunctionHandle() local
284 inst_ops.state_handle = ""; in ConstructFunctionHandle()
285 inst_ops.target = device_name; in ConstructFunctionHandle()
306 inst_ops.is_multi_device_function = true; in ConstructFunctionHandle()
307 inst_ops.input_devices.resize(num_inputs, device_name); in ConstructFunctionHandle()
308 inst_ops.output_devices.resize(num_outputs, device_name); in ConstructFunctionHandle()
309 inst_ops.config_proto.set_allow_soft_placement(true); in ConstructFunctionHandle()
314 inst_ops, &func_handle); in ConstructFunctionHandle()