Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/kernels/
Dtrt_engine_op.cc78 Status ConstructFunctionHandle(OpKernelContext* ctx);
161 Status TRTEngineOp::ConstructFunctionHandle(OpKernelContext* ctx) { in ConstructFunctionHandle() function in tensorflow::tensorrt::TRTEngineOp
253 auto status = ConstructFunctionHandle(ctx); in ExecuteNativeSegment()