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

  /external/tensorflow/tensorflow/core/kernels/
quantization_utils_test.cc 38 const int values_count = values_quantized.size(); local
40 expected_values.reserve(values_count);
41 for (int value_index = 0; value_index < values_count; ++value_index) {
49 Tensor o_tensor(DT_QUINT8, TensorShape{values_count});
64 for (size_t value_index = 0; value_index < values_count; ++value_index) {
80 const int values_count = values_quantized.size(); local
82 expected_values.reserve(values_count);
83 for (int value_index = 0; value_index < values_count; ++value_index) {
91 Tensor o_tensor(DT_QINT32, TensorShape{values_count});
100 for (int value_index = 0; value_index < values_count; ++value_index)
117 const size_t values_count = 6; local
176 const size_t values_count = 6; local
234 const int values_count = 10000; local
352 const int values_count = 50000; local
398 const int values_count = sizeof(T) == 1 ? 256 : 50000; local
512 const size_t values_count = 6; local
569 const size_t values_count = 6; local
    [all...]
  /art/runtime/jdwp/
jdwp_handler.cc 624 int32_t values_count = request->ReadSigned32("values count"); local
628 for (int32_t i = 0; i < values_count; ++i) {
    [all...]
  /external/icu/icu4c/source/test/intltest/
tmsgfmt.cpp 1527 int32_t values_count = UPRV_LENGTHOF(values); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
ast.c 2280 int i, j, values_count, start = 1; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
ast.c 2275 int i, j, values_count, start = 1; local
    [all...]
  /external/python/cpython2/Python/
ast.c 2280 int i, j, values_count, start = 1; local
    [all...]

Completed in 226 milliseconds