Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/
Dtrt_shape_optimization_profiles_test.cc145 profile.CreateExecutionContexts(engine.get(), exec_context_, nullptr)); in TEST_F()
185 profile.CreateExecutionContexts(engine.get(), exec_context_, nullptr)); in TEST_F()
Dtrt_shape_optimization_profiles.h161 Status CreateExecutionContexts(nvinfer1::ICudaEngine* engine,
Dtrt_shape_optimization_profiles.cc233 Status TrtShapeOptimizationProfile::CreateExecutionContexts( in CreateExecutionContexts() function in tensorflow::tensorrt::TrtShapeOptimizationProfile
/external/tensorflow/tensorflow/compiler/tf2tensorrt/kernels/
Dtrt_engine_resource_ops.cc148 OP_REQUIRES_OK(ctx, resource->profiles_.CreateExecutionContexts( in Compute()
Dtrt_engine_op.cc1000 TF_RETURN_IF_ERROR(cache_res->profiles_.CreateExecutionContexts( in GetEngine()