Home
last modified time | relevance | path

Searched defs:AllToAll (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/security/advisory/
H A Dtfsa-2021-176.md3 ### CVE Number
6 ### Impact
36 ### Patches
41 ### For more information
44 ### Attribution
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/
H A Dtpu_cross_replica_ops_test.cc24 TEST(AllToAll, UnknownRank) { in TEST() argument
31 TEST(AllToAll, KnownRankUnknownDims) { in TEST() argument
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dall_to_all.cc42 AllToAll::AllToAll() in AllToAll() function in tensorflow::AllToAll
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/g3doc/
H A Doperation_semantics.md115 ## AllToAll section in Operation Semantics
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Djitrt_custom_calls.cc1922 struct AllToAll { struct
1930 static AllToAll Handler() { return AllToAll(); } in Handler()
1967 static bool AllToAll(runtime::KernelContext* ctx, void** args, void** attrs) { in AllToAll() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tools/
H A Dhlo_control_flow_flattening_test.cc395 TEST_F(HloControlFlowFlatteningTest, AllToAll) { in TEST_F() argument
/aosp_15_r20/external/pytorch/torch/testing/_internal/distributed/
H A Dmulti_threaded_pg.py69 class AllToAll: class
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dxla_builder_test.cc436 TEST_F(XlaBuilderTest, AllToAll) { in TEST_F() argument
H A Dxla_builder.cc3077 XlaOp XlaBuilder::AllToAll(XlaOp operand, int64_t split_dimension, in AllToAll() function in xla::XlaBuilder
4690 XlaOp AllToAll(const XlaOp operand, int64_t split_dimension, in AllToAll() function
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go662 func AllToAll(scope *Scope, input tf.Output, group_assignment tf.Output, concat_dimension int64, sp… func