Home
last modified time | relevance | path

Searched defs:instance_key (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dcollective_ops.py23 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
Dcollective_ops_gpu_test.py266 def run_all_reduce(group_key, instance_key, merge_op): argument
Dcollective_ops_test.py45 instance_key=1, merge_op='Add', final_op='Div'): argument
/external/tensorflow/tensorflow/core/common_runtime/
Dgraph_execution_state.cc841 int32 instance_key; in BuildGraph() local
853 int32 instance_key; in BuildGraph() local
864 for (int32 instance_key : instance_key_set) { in BuildGraph() local
Dcollective_param_resolver_local_test.cc204 void InitializeCollectiveParamsForBroadcast(int instance_key, int device_idx, in InitializeCollectiveParamsForBroadcast()
Ddirect_session_test.cc2735 int instance_key) { in CollectiveFunction()
/external/tensorflow/tensorflow/core/graph/
Dcollective_order.cc39 int32 instance_key; in DiscoverDataDependencies() local
Dcollective_order_test.cc81 int instance_key) { in CollectiveReduceNode()
/external/tensorflow/tensorflow/core/protobuf/
Dworker.proto563 int32 instance_key = 7; field
573 int32 instance_key = 1; field
/external/tensorflow/tensorflow/core/kernels/
Dcollective_nccl_test.cc103 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/
Dcollective_param_resolver_distributed.cc305 bool CollectiveParamResolverDistributed::InstanceIsCached(int32 instance_key) { in InstanceIsCached()
/external/tensorflow/tensorflow/core/framework/
Dcollective.h92 int32 instance_key = -1; member