Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/tfrt/eager/
Dop_cache.cc25 Expected<CoreRuntimeOp*> OpCache::GetOrAddOp( in GetOrAddOp()
47 Expected<CoreRuntimeOp> expected_op = in GetOrAddOp()
59 Expected<CoreRuntimeOp*> OpCache::GetOrAddXlaOp(string_view op_name, in GetOrAddXlaOp()
70 Expected<CoreRuntimeOp> expected_op = context->GetCoreRuntime()->MakeOp( in GetOrAddXlaOp()
Dfunction_cache.h48 BefBuffer bef_buffer, RCReference<BEFFile> bef_file, CoreRuntimeOp fn, in CreateFunctionState()
56 const CoreRuntimeOp& GetFunc() const { return fn_; } in GetFunc()
69 BefBuffer bef_buffer, RCReference<BEFFile> bef_file, CoreRuntimeOp fn, in FunctionState()
82 const CoreRuntimeOp fn_;
Dop_cache.h47 Expected<CoreRuntimeOp*> GetOrAddOp(string_view op_name,
57 Expected<CoreRuntimeOp*> GetOrAddXlaOp(string_view op_name,
182 std::unordered_map<CacheKey, CoreRuntimeOp, CacheKeyHash> cache_
Dc_api_tfrt.h58 class CoreRuntimeOp; variable
595 CoreRuntimeOp* op_;
Dc_api_tfrt.cc1444 Expected<CoreRuntimeOp*> expected_op = context_->GetOpCache().GetOrAddOp( in Initialize()
1465 Expected<CoreRuntimeOp*> expected_op = in Initialize()
/external/tensorflow/tensorflow/core/runtime_fallback/runtime/
Druntime_fallback_op_handler.cc62 llvm::Expected<tfrt::CoreRuntimeOp> MakeOp(
92 using tfrt::CoreRuntimeOp;
223 Expected<CoreRuntimeOp> RuntimeFallbackOpHandler::MakeOp(string_view op_name) { in MakeOp()
233 return CoreRuntimeOp( in MakeOp()
Druntime_fallback_batch_kernels.cc41 using ::tfrt::CoreRuntimeOp;
49 void ExecuteFallbackOp(CoreRuntimeOp op, in ExecuteFallbackOp()
Dkernel_utils.cc91 tfrt::Expected<tfrt::CoreRuntimeOp> GetFallbackOp(tfrt::string_view op_name, in GetFallbackOp()
Dkernel_utils.h105 llvm::Expected<tfrt::CoreRuntimeOp> GetFallbackOp(tfrt::string_view op_name,
/external/tensorflow/tensorflow/core/runtime_fallback/kernel/
Dkernel_fallback_op_handler.cc45 llvm::Expected<tfrt::CoreRuntimeOp> MakeOp(
71 using tfrt::CoreRuntimeOp;
233 Expected<CoreRuntimeOp> KernelFallbackOpHandler::MakeOp(string_view op_name) { in MakeOp()
240 return CoreRuntimeOp( in MakeOp()