Home
last modified time | relevance | path

Searched defs:exec_key (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dcollective_nccl_test.cc328 string exec_key = in RunReduce() local
360 string exec_key = in RunBroadcast() local
401 string exec_key = in RunGather() local
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dcollective.h317 const string& exec_key, StatusCallback done) { in ExecuteAsync()
398 const string exec_key; member
H A Dcollective.cc159 const string& exec_key, int64_t step_id, const Tensor* input, in CollectiveContext()
/aosp_15_r20/external/armnn/python/pyarmnn/src/pyarmnn/_utilities/
H A Dprofiling_helper.py90 def __get_backend(exec_key): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/nccl/
H A Dcollective_communicator.cc65 string NcclCollectiveKey(const string& exec_key, int step_id) { in NcclCollectiveKey()
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dring_alg.cc64 string RingAlgBufKey(const string& name, const string& exec_key, int pass, in RingAlgBufKey()
H A Dhierarchical_tree_broadcaster.cc45 string BroadcastBufKey(const string& exec_key, int subdiv, int src_rank, in BroadcastBufKey()
H A Dbase_collective_executor.cc274 const string& exec_key, in ExecuteAsync()
H A Dcollective_test_util.cc351 string exec_key = strings::StrCat(col_params->instance.instance_key, ":0:0"); in RunCollective() local