Searched defs:instance_key (Results 1 – 12 of 12) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | collective_ops.py | 23 def all_reduce(t, group_size, group_key, instance_key, merge_op, final_op, argument 63 def all_gather(t, group_size, group_key, instance_key, argument 94 def broadcast_send(t, shape, dtype, group_size, group_key, instance_key, argument 145 def broadcast_recv(shape, dtype, group_size, group_key, instance_key, argument
|
D | collective_ops_gpu_test.py | 266 def run_all_reduce(group_key, instance_key, merge_op): argument
|
D | collective_ops_test.py | 45 instance_key=1, merge_op='Add', final_op='Div'): argument
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | graph_execution_state.cc | 841 int32 instance_key; in BuildGraph() local 853 int32 instance_key; in BuildGraph() local 864 for (int32 instance_key : instance_key_set) { in BuildGraph() local
|
D | collective_param_resolver_local_test.cc | 204 void InitializeCollectiveParamsForBroadcast(int instance_key, int device_idx, in InitializeCollectiveParamsForBroadcast()
|
D | direct_session_test.cc | 2735 int instance_key) { in CollectiveFunction()
|
/external/tensorflow/tensorflow/core/graph/ |
D | collective_order.cc | 39 int32 instance_key; in DiscoverDataDependencies() local
|
D | collective_order_test.cc | 81 int instance_key) { in CollectiveReduceNode()
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | worker.proto | 563 int32 instance_key = 7; field 573 int32 instance_key = 1; field
|
/external/tensorflow/tensorflow/core/kernels/ |
D | collective_nccl_test.cc | 103 void Init(const int num_ranks, const int instance_key) { in Init() 178 void RunTest(int num_ranks, int input_length, int instance_key) { in RunTest()
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | collective_param_resolver_distributed.cc | 305 bool CollectiveParamResolverDistributed::InstanceIsCached(int32 instance_key) { in InstanceIsCached()
|
/external/tensorflow/tensorflow/core/framework/ |
D | collective.h | 92 int32 instance_key = -1; member
|