HomeSort by relevance Sort by last modified time
    Searched defs:output_ref (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/test/
partial_idct_test.cc 122 uint16_t *const output_ref = local
125 output[j] = output_ref[j] = rnd_.Rand16() & mask_;
    [all...]
convolve_test.cc 483 uint8_t *output_ref() const { function in class:__anon26007::ConvolveTest
718 uint8_t *const out_ref = output_ref();
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
fractional_max_pool_op.cc 309 T& output_ref = tensor_out_dup_mat.coeffRef(d, out_index); variable
312 if (output_ref < input_ref ||
314 output_ref = input_ref;
  /external/deqp/external/openglcts/modules/gl/
gl4cShadingLanguage420PackTests.cpp 15906 std::string output_ref; local
    [all...]

Completed in 158 milliseconds