Home
last modified time | relevance | path

Searched defs:accumulators (Results 1 – 10 of 10) 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/rust/crates/grpcio-sys/grpc/third_party/xxhash/doc/
Dxxhash_spec.md83 #### Special case: input is less than 16 bytes
192 #### Special case: input is less than 32 bytes
/external/tensorflow/tensorflow/core/tpu/ops/
Dtpu_embedding_ops.cc246 accumulators; in __anon8e82fb570702() local
/external/tensorflow/tensorflow/python/keras/engine/
Dbase_preprocessing_layer.py530 def merge(self, accumulators): 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