HomeSort by relevance Sort by last modified time
    Searched refs:kBatch (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/
tensor_utils_test.cc 38 constexpr int kBatch = 2;
42 static float vector[kCol * kBatch] = {1.0, -1.0, 1.0, -1.0, //
44 std::vector<float> output(kRow * kBatch);
46 MatrixBatchVectorMultiplyAccumulate(matrix, kRow, kCol, vector, kBatch,
51 std::vector<float> output_with_stride2(kRow * kBatch * 2);
53 MatrixBatchVectorMultiplyAccumulate(matrix, kRow, kCol, vector, kBatch,
150 constexpr int kBatch = 2;
151 static float input1[kVectorSize * kBatch] = {0.0, -0.5, 1.0, -1.5, 2.0,
153 static float input2[kVectorSize * kBatch] = {0.1, -0.1, 0.1, -0.1, 0.1,
155 std::vector<float> output(kBatch);
    [all...]
  /system/netd/server/
WakeupController.cpp 207 constexpr int kBatch = 8;
215 prefix.c_str(), NetlinkManager::NFLOG_WAKEUP_GROUP, kBatch, mark, mask, kRateLimit);
  /external/tensorflow/tensorflow/compiler/xla/tests/
dynamic_ops_test.cc 448 const int32 kBatch = operand_shape[1];
450 Array3D<T> input_values(kSeq, kBatch, kDim);
451 Array3D<T> update_values(size, kBatch, kDim);
452 Array3D<T> expected_values(kSeq, kBatch, kDim);
464 for (int j = 0; j < kBatch; j++) {

Completed in 6454 milliseconds