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

  /external/tensorflow/tensorflow/compiler/xla/
literal_comparison.cc 372 void CompareValues(T expected, T actual, int64 linear_index) {
461 void CompareValues(complex64 expected, complex64 actual, int64 linear_index) {
463 CompareValues<float>(expected.real(), actual.real(), linear_index);
470 CompareValues<float>(expected.imag(), actual.imag(), linear_index);
483 void CompareValues(complex128 expected, complex128 actual,
486 CompareValues<double>(expected.real(), actual.real(), linear_index);
493 CompareValues<double>(expected.imag(), actual.imag(), linear_index);
515 CompareValues(expected_data[i], actual_data[i], i);
528 CompareValues(expected_.Get<NativeT>(*multi_index),
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cES31CompatibilityShaderImageLoadStoreTests.cpp 212 bool CompareValues(T* map_data, int kSize, const T& expected_value, GLenum internalformat = 0, int layers = 1)
227 bool CompareValues(bool always, T* map_data, int kSize, const T& expected_value, GLenum internalformat = 0,
    [all...]
  /external/deqp/external/openglcts/modules/gles31/
es31cShaderImageLoadStoreTests.cpp 206 bool CompareValues(T* map_data, int kSize, const T& expected_value, GLenum internalformat = 0, int layers = 1)
221 bool CompareValues(bool always, T* map_data, int kSize, const T& expected_value, GLenum internalformat = 0,
    [all...]

Completed in 173 milliseconds