Home
last modified time | relevance | path

Searched defs:Scatter (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md2506 ## Scatter section in Operation Semantics
/external/tensorflow/tensorflow/core/kernels/
Dlist_kernels.h818 Status Scatter(OpKernelContext* c, const Tensor& value, const Tensor& indices, in Scatter() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis_test.cc1170 TEST_F(HloCostAnalysisTest, Scatter) { in TEST_F() argument
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc2427 XlaOp XlaBuilder::Scatter(XlaOp input, XlaOp scatter_indices, XlaOp updates, in Scatter() function in xla::XlaBuilder
2436 XlaOp XlaBuilder::Scatter(absl::Span<const XlaOp> inputs, XlaOp scatter_indices, in Scatter() function in xla::XlaBuilder
4906 XlaOp Scatter(const XlaOp input, const XlaOp scatter_indices, in Scatter() function
4915 XlaOp Scatter(absl::Span<const XlaOp> inputs, XlaOp scatter_indices, in Scatter() function
/external/swiftshader/src/Reactor/
DLLVMReactor.cpp1228 void Scatter(RValue<Pointer<Float>> base, RValue<SIMD::Float> val, RValue<SIMD::Int> offsets, RValu… in Scatter() function
1233 void Scatter(RValue<Pointer<Int>> base, RValue<SIMD::Int> val, RValue<SIMD::Int> offsets, RValue<SI… in Scatter() function
DSubzeroReactor.cpp4163 void Scatter(RValue<Pointer<Float>> base, RValue<SIMD::Float> val, RValue<SIMD::Int> offsets, RValu… in Scatter() function
4169 void Scatter(RValue<Pointer<Int>> base, RValue<SIMD::Int> val, RValue<SIMD::Int> offsets, RValue<SI… in Scatter() function
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp3809 SDValue Scatter = DAG.getMaskedScatter(DAG.getVTList(MVT::Other), VT, sdl, in visitMaskedScatter() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp4487 SDValue Scatter = DAG.getMaskedScatter(DAG.getVTList(MVT::Other), VT, sdl, in visitMaskedScatter() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp44042 auto *Scatter = cast<MaskedScatterSDNode>(GorS); in combineGatherScatter() local
44071 auto *Scatter = cast<MaskedScatterSDNode>(GorS); in combineGatherScatter() local
44098 auto *Scatter = cast<MaskedScatterSDNode>(GorS); in combineGatherScatter() local