Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/kernels/
Dtrt_engine_op.cc85 bool ExecuteTrtEngine(OpKernelContext* ctx, EngineContext* engine_context);
385 const bool retry = ExecuteTrtEngine(ctx, engine_context); in ComputeAsync()
394 bool TRTEngineOp::ExecuteTrtEngine(OpKernelContext* ctx, in ExecuteTrtEngine() function in tensorflow::tensorrt::TRTEngineOp