Home
last modified time | relevance | path

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

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