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

  /external/tensorflow/tensorflow/core/kernels/
quantized_matmul_op_test.cc 310 const float b_max = 0.641057f; local
325 Tensor b_quantized = FloatTensorToQuantized<quint8>(b_float, b_min, b_max);
332 AddInputFromArray<float>(TensorShape({1}), {b_max});
  /external/opencv/cv/src/
cvshapedescr.cpp 517 icvMemCopy( double **buf1, double **buf2, double **buf3, int *b_max )
524 bb = *b_max;
527 *b_max = 2 * (*b_max);
528 *buf2 = (double *)cvAlloc( (*b_max) * sizeof( double ));
541 *b_max = 2 * (*b_max);
542 *buf1 = (double *) cvAlloc( (*b_max) * sizeof( double ));
    [all...]
  /external/valgrind/memcheck/
mc_translate.c 1923 IRAtom *a_min, *b_min, *a_max, *b_max; local
    [all...]

Completed in 886 milliseconds