Home
last modified time | relevance | path

Searched defs:CanImplement (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dnccl_all_reduce_thunk.cc141 bool CanImplement(OpT op) { in CanImplement() function
232 bool NcclAllReduceThunk::CanImplement(mlir::lmhlo::AllReduceOp op) { in CanImplement() function in xla::gpu::NcclAllReduceThunk
268 bool NcclAllReduceStartThunk::CanImplement( in CanImplement() function in xla::gpu::NcclAllReduceStartThunk
343 /*static*/ bool NcclReduceScatterThunk::CanImplement( in CanImplement() function in xla::gpu::NcclReduceScatterThunk
H A Dnccl_all_gather_thunk.cc47 /*static*/ bool NcclAllGatherThunk::CanImplement(mlir::lmhlo::AllGatherOp op) { in CanImplement() function in xla::gpu::NcclAllGatherThunk
H A Dnccl_all_to_all_thunk.cc51 /*static*/ bool NcclAllToAllThunk::CanImplement(mlir::lmhlo::AllToAllOp op) { in CanImplement() function in xla::gpu::NcclAllToAllThunk
H A Dnccl_collective_permute_thunk.cc99 /*static*/ bool NcclCollectivePermuteThunk::CanImplement( in CanImplement() function in xla::gpu::NcclCollectivePermuteThunk
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/lmhlo_to_gpu/
H A Dlmhlo_to_jitrt.cc1195 static bool CanImplement(AllGatherOp op) { in CanImplement() function in tensorflow::CollectiveOpLowering
1198 static bool CanImplement(AllReduceOp op) { in CanImplement() function in tensorflow::CollectiveOpLowering
1201 static bool CanImplement(AllReduceStartOp op) { in CanImplement() function in tensorflow::CollectiveOpLowering
1204 static bool CanImplement(ReduceScatterOp op) { in CanImplement() function in tensorflow::CollectiveOpLowering
1207 static bool CanImplement(AllToAllOp op) { in CanImplement() function in tensorflow::CollectiveOpLowering
1210 static bool CanImplement(CollectivePermuteOp op) { in CanImplement() function in tensorflow::CollectiveOpLowering