OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CollectiveType
(Results
1 - 6
of
6
) sorted by null
/external/tensorflow/tensorflow/core/common_runtime/
ring_alg.h
33
explicit RingAlg(
CollectiveType
type, const string& name);
108
const
CollectiveType
type_;
ring_alg.cc
98
RingAlg::RingAlg(
CollectiveType
type, const string& name)
/external/tensorflow/tensorflow/core/nccl/
nccl_manager.h
173
enum
CollectiveType
{
197
const Context& context,
CollectiveType
collective_type,
nccl_manager.cc
131
Collective(DataType data_type_in,
CollectiveType
type_in,
146
const
CollectiveType
type;
397
CollectiveType
collective_type,
/external/tensorflow/tensorflow/core/framework/
collective.h
42
enum
CollectiveType
{
82
CollectiveType
type = UNDEFINED_COLLECTIVE;
/external/tensorflow/tensorflow/core/distributed_runtime/
collective_param_resolver_distributed.cc
152
cp->instance.type =
CollectiveType
(request->type());
Completed in 817 milliseconds