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

  /external/gemmlowp/test/
test_data.cc 32 extern const int b_count = (n * k); member in namespace:test_data
    [all...]
test_data.h 34 extern const int b_count;
  /cts/tests/tests/rsblas/libbnnmdata/
test_data.cpp 31 const int b_count = (n * k); variable
    [all...]
  /external/clang/test/Lexer/
token-concat.cpp 16 id(0xface+)b_count // CHECK: 0xface+ b_count
  /external/grpc-grpc/src/core/lib/slice/
slice_buffer.cc 196 size_t b_count = b->count + b_offset; local
203 memcpy(a->base_slices, b->base_slices, b_count * sizeof(grpc_slice));
215 memcpy(a->base_slices, b->inlined, b_count * sizeof(grpc_slice));
  /cts/tests/tests/rsblas/src/android/renderscript/cts/
BNNMTest.java 326 int b_count = (n * k); local
330 byte[] b_byte = new byte[b_count];
  /external/tensorflow/tensorflow/python/ops/
control_flow_ops.py     [all...]

Completed in 3238 milliseconds