Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tfrt/utils/
Dhost_context.h30 std::unique_ptr<tfrt::HostContext> CreateMultiThreadedHostContext(
Dhost_context.cc42 std::unique_ptr<HostContext> CreateMultiThreadedHostContext( in CreateMultiThreadedHostContext() function
/external/tensorflow/tensorflow/compiler/mlir/tfrt/benchmarks/
Dbenchmark_mlir_function.cc89 num_threads > 0 ? CreateMultiThreadedHostContext(num_threads) in RunJitRtBenchmark()
Dcwise_op_unary_benchmark.h66 num_threads > 0 ? CreateMultiThreadedHostContext(num_threads) in PrepareUnaryMlirBenchmark()
/external/tensorflow/tensorflow/compiler/mlir/tfrt/runtime_fallback/
Druntime_fallback_executor.cc97 host_context_ = num_threads ? CreateMultiThreadedHostContext(num_threads) in RuntimeFallbackExecutor()