Home
last modified time | relevance | path

Searched defs:CollectivePermute (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md603 ## CollectivePermute section in Operation Semantics
/external/tensorflow/tensorflow/compiler/xla/tools/
Dhlo_control_flow_flattening_test.cc418 TEST_F(HloControlFlowFlatteningTest, CollectivePermute) { in TEST_F() argument
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Djitrt_custom_calls.cc1988 struct CollectivePermute { struct
1998 static CollectivePermute Handler() { return CollectivePermute(); } in Handler()
2065 static bool CollectivePermute(runtime::KernelContext* ctx, void** args, in CollectivePermute() function
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder_test.cc489 TEST_F(XlaBuilderTest, CollectivePermute) { in TEST_F() argument
Dxla_builder.cc3226 XlaOp XlaBuilder::CollectivePermute( in CollectivePermute() function in xla::XlaBuilder
4714 XlaOp CollectivePermute( in CollectivePermute() function
/external/tensorflow/tensorflow/go/op/
Dwrappers.go6020 func CollectivePermute(scope *Scope, input tf.Output, source_target_pairs tf.Output) (output tf.Out… func