Home
last modified time | relevance | path

Searched defs:accumulators (Results 1 – 12 of 12) sorted by relevance

/external/XNNPACK/test/
Dconvolution-test-helpers.cc38 std::vector<int32_t>& accumulators, in compute_convolution_qs8_reference_results()
107 std::vector<int32_t>& accumulators, in compute_convolution_qs8_reference_results()
139 void compute_convolution_qu8_reference_results( in compute_convolution_qu8_reference_results()
232 std::vector<int32_t>& accumulators, in compute_convolution_qu8_reference_results()
287 std::vector<int32_t>& accumulators, in compute_depthwise_convolution_qs8_reference_results()
351 std::vector<int32_t>& accumulators, in compute_depthwise_convolution_qs8_reference_results()
405 std::vector<int32_t>& accumulators, in compute_depthwise_convolution_qu8_reference_results()
470 std::vector<int32_t>& accumulators, in compute_depthwise_convolution_qu8_reference_results()
Dfully-connected.cc107 std::vector<int32_t> accumulators; member in FullyConnectedTestBase
Dconvolution-2d.cc125 std::vector<int32_t> accumulators; member in xnnpack::QuantizedConvolutionTestBase
Ddepthwise-convolution-2d.cc141 std::vector<int32_t> accumulators; member in xnnpack::QuantizedDepthwiseConvolutionTestBase
Ddeconvolution-2d.cc147 std::vector<int32_t> accumulators; member in QuantizedDeconvolutionTestBase
/external/tensorflow/tensorflow/core/tpu/ops/
Dtpu_embedding_ops.cc246 accumulators; in __anoned4aa6880702() local
/external/tensorflow/tensorflow/python/keras/engine/
Dbase_preprocessing_layer.py530 def merge(self, accumulators): argument
/external/rust/android-crates-io/crates/twox-hash/src/
Dxxhash32.rs205 accumulators: Accumulators, field
231 let mut accumulators = Accumulators::new(seed); in oneshot() localVariable
Dxxhash64.rs216 accumulators: Accumulators, field
254 let mut accumulators = Accumulators::new(seed); in oneshot() localVariable
/external/pytorch/torch/sparse/
D_triton_ops.py260 def scatter_mm(blocks, others, indices_data, *, accumulators=None): argument
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator.cc3612 absl::InlinedVector<Literal, 1> accumulators; in PerformReductionStep() local
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc2974 auto& accumulators = *GetAccumulatorSet(); local