Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dcollective_ops.py24 def all_reduce(t, group_size, group_key, instance_key, merge_op, final_op, argument
61 def all_gather(t, group_size, group_key, instance_key): argument
90 def broadcast_send(t, shape, dtype, group_size, group_key, instance_key): argument
137 def broadcast_recv(shape, dtype, group_size, group_key, instance_key): argument
/external/tensorflow/tensorflow/core/kernels/
Dcollective_ops.cc208 int32 instance_key = col_params_.instance.instance_key; in ComputeAsync() local
277 int32 instance_key = col_params_.instance.instance_key; in ComputeAsync() local
339 int32 instance_key = col_params_.instance.instance_key; in ComputeAsync() local
Dcollective_nccl_reducer_test.cc121 const int instance_key = 23; in Init() local
/external/tensorflow/tensorflow/core/common_runtime/
Dgraph_execution_state.cc799 int32 instance_key; in BuildGraph() local
810 int32 instance_key; in BuildGraph() local
821 for (int32 instance_key : instance_key_set) { in BuildGraph() local
Dcollective_param_resolver_local_test.cc203 void InitializeCollectiveParamsForBroadcast(int instance_key, int device_idx, in InitializeCollectiveParamsForBroadcast()
Ddirect_session_test.cc2279 int instance_key) { in CollectiveFunction()
/external/tensorflow/tensorflow/core/protobuf/
Dworker.proto526 int32 instance_key = 7; field
536 int32 instance_key = 1; field
/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/distributed_runtime/
Dcollective_param_resolver_distributed.cc284 bool CollectiveParamResolverDistributed::InstanceIsCached(int32 instance_key) { in InstanceIsCached()
/external/tensorflow/tensorflow/core/framework/
Dcollective.h81 int32 instance_key = -1; member