Home
last modified time | relevance | path

Searched refs:numBatches (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Dquant_basic_lstm_test.cc32 QuantizedLSTMOpModel(int numBatches, int inputSize, float weightsScale, in QuantizedLSTMOpModel() argument
45 std::vector<int> input_shape{numBatches, inputSize}; in QuantizedLSTMOpModel()
46 std::vector<int> output_shape{numBatches, outputSize}; in QuantizedLSTMOpModel()
48 std::vector<int> state_shape{numBatches, outputSize}; in QuantizedLSTMOpModel()
169 const int numBatches = input.size(); in VerifyGoldens() local
170 ASSERT_GT(numBatches, 0); in VerifyGoldens()
177 for (int b = 0; b < numBatches; ++b) { in VerifyGoldens()
187 for (int b = 0; b < numBatches; ++b) { in VerifyGoldens()
201 const int numBatches = 2; in TEST_P() local
211 numBatches, inputSize, weightsScale, weightsZeroPoint, outputSize, in TEST_P()
/external/swiftshader/src/Device/
DRenderer.cpp263 draw->numBatches = (count + draw->numPrimitivesPerBatch - 1) / draw->numPrimitivesPerBatch; in draw()
487 auto const numBatches = draw->numBatches; in run() local
496 for(unsigned int batchId = 0; batchId < numBatches; batchId++) in run()
DRenderer.hpp154 unsigned int numBatches; member