/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_TensorArrayScatterV3.pbtxt | 36 summary: "Scatter the data from the input value into specific TensorArray elements."
|
D | api_def_TensorScatterUpdate.pbtxt | 28 summary: "Scatter `updates` into an existing tensor according to `indices`."
|
D | api_def_ScatterNd.pbtxt | 28 summary: "Scatter `updates` into a new tensor according to `indices`."
|
/external/tensorflow/tensorflow/compiler/tf2xla/lib/ |
D | scatter.cc | 202 return xla::Scatter(buffer, indices, new_updates, combiner_computation, in XlaScatter()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_cost_analysis_test.cc | 667 TEST_F(HloCostAnalysisTest, Scatter) { in TEST_F() argument 682 Scatter(operand, indices, values, add_, dim_numbers); in TEST_F()
|
D | hlo_matchers.h | 232 HLO_MATCHER(Scatter);
|
D | hlo_parser_test.cc | 868 ENTRY %Scatter (input_tensor: f32[50,49,48,47,46], scatter_indices: s64[10,9,8,7,5], updates: f32[1… in CreateTestCases()
|
D | pattern_matcher.h | 2221 XLA_TERNOP_PATTERN(Scatter);
|
/external/tensorflow/tensorflow/core/kernels/ |
D | list_kernels.h | 717 Status Scatter(OpKernelContext* c, const Tensor& value, const Tensor& indices, in Scatter() function 786 Scatter<Device, T>(c, input_tensor, indices, output_list)); in Compute() 853 Scatter<Device, T>(c, input_tensor, indices, &output_list)); in Compute()
|
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | local_computation_builder.cc | 762 LocalOp ComputationBuilder::Scatter( in Scatter() function in xla::swig::ComputationBuilder 766 return xla::Scatter(input.op(), scatter_indices.op(), updates.op(), in Scatter()
|
D | local_computation_builder.h | 377 LocalOp Scatter(const LocalOp& input, const LocalOp& scatter_indices,
|
D | local_computation_builder.i | 402 %unignore xla::swig::ComputationBuilder::Scatter;
|
D | xla_client.py | 1779 def Scatter(self, a, scatter_indices, updates, update_computation, member in ComputationBuilder 1782 return self._client.Scatter(
|
D | xla_client_test.py | 1690 c.Scatter(c.Constant(a), c.Constant(scatter_indices), c.Constant(updates),
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | instruction_fusion_test.cc | 607 op::Scatter(op::Add(), op::Add(), op::Add())); in TEST_F()
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | resampler_ops.cc | 187 return xla::Scatter(grad_data, indices, updates, in ScatterToGradData()
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | xla_builder.h | 547 XlaOp Scatter(const XlaOp& input, const XlaOp& scatter_indices, 971 friend XlaOp Scatter(const XlaOp& input, const XlaOp& scatter_indices, 1820 XlaOp Scatter(const XlaOp& input, const XlaOp& scatter_indices,
|
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 3434 return input.builder()->Scatter(input, scatter_indices, updates, in Scatter()
|
/external/llvm/docs/ |
D | Vectorizers.rst | 260 Scatter / Gather
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | Vectorizers.rst | 262 Scatter / Gather
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrVector.td | 215 // Scatter element.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | avx512-gather-scatter-intrin.ll | 78 ;; Integer Gather/Scatter
|
/external/llvm/test/CodeGen/X86/ |
D | avx512-gather-scatter-intrin.ll | 74 ;; Integer Gather/Scatter
|
/external/tensorflow/tensorflow/compiler/xla/g3doc/ |
D | operation_semantics.md | 2106 ## Scatter section in Operation Semantics 2113 [`XlaBuilder::Scatter`](https://www.tensorflow.org/code/tensorflow/compiler/xla/client/xla_builder.…
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 3809 SDValue Scatter = DAG.getMaskedScatter(DAG.getVTList(MVT::Other), VT, sdl, in visitMaskedScatter() local 3811 DAG.setRoot(Scatter); in visitMaskedScatter() 3812 setValue(&I, Scatter); in visitMaskedScatter()
|