Searched defs:Scatter (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/g3doc/ |
D | operation_semantics.md | 2106 ## Scatter section in Operation Semantics
|
/external/tensorflow/tensorflow/core/kernels/ |
D | list_kernels.h | 717 Status Scatter(OpKernelContext* c, const Tensor& value, const Tensor& indices, in Scatter() function
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_cost_analysis_test.cc | 667 TEST_F(HloCostAnalysisTest, Scatter) { in TEST_F() argument
|
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | local_computation_builder.cc | 762 LocalOp ComputationBuilder::Scatter( in Scatter() function in xla::swig::ComputationBuilder
|
D | xla_client.py | 1779 def Scatter(self, a, scatter_indices, updates, update_computation, member in ComputationBuilder
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | xla_builder.cc | 1864 XlaOp XlaBuilder::Scatter(const XlaOp& input, const XlaOp& scatter_indices, in Scatter() function in xla::XlaBuilder 3431 XlaOp Scatter(const XlaOp& input, const XlaOp& scatter_indices, in Scatter() function
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 3809 SDValue Scatter = DAG.getMaskedScatter(DAG.getVTList(MVT::Other), VT, sdl, in visitMaskedScatter() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 4020 SDValue Scatter = DAG.getMaskedScatter(DAG.getVTList(MVT::Other), VT, sdl, in visitMaskedScatter() local
|