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.cc172 FunctionLibraryRuntime::InstantiateOptions inst_ops; in ConstructFunctionHandle() local
173 inst_ops.overlay_lib = nullptr; in ConstructFunctionHandle()
174 inst_ops.state_handle = ""; in ConstructFunctionHandle()
175 inst_ops.target = ctx->device()->name(); in ConstructFunctionHandle()
178 inst_ops, &native_func_); in ConstructFunctionHandle()