Home
last modified time | relevance | path

Searched refs:DCHECK_LE (Results 1 – 7 of 7) sorted by relevance

/frameworks/ml/nn/common/operations/internal/
Dcompatibility.h42 #ifndef DCHECK_LE
43 #define DCHECK_LE(x, y) ((x) <= (y)) ? (void)0 : assert(false) macro
/frameworks/native/libs/vr/libbroadcastring/include/libbroadcastring/
Dbroadcast_ring.h550 DCHECK_LE(geometry.count, record_count); in CalculateGeometry()
577 DCHECK_LE(reserve_count, Traits::kMaxReservedRecords); in Reserve()
593 DCHECK_LE(publish_count, geometry.space); in Publish()
/frameworks/ml/nn/common/operations/internal/reference/
Ddepthwiseconv_uint8.h45 DCHECK_LE(output_activation_min, output_activation_max); in DepthwiseConv()
Dreference_ops.h236 DCHECK_LE(output_activation_min, output_activation_max); in Conv()
423 DCHECK_LE(output_activation_min, output_activation_max); in FullyConnected()
727 DCHECK_LE(output_activation_min, output_activation_max); in Add()
826 DCHECK_LE(output_activation_min, output_activation_max); in BroadcastAdd()
956 DCHECK_LE(output_activation_min, output_activation_max); in BroadcastMul()
1261 DCHECK_LE(output_activation_min, output_activation_max); in AveragePool()
1413 DCHECK_LE(output_activation_min, output_activation_max); in MaxPool()
1415 DCHECK_LE(output_activation_max, 255); in MaxPool()
1673 DCHECK_LE(output_val_s32, 255); in Logistic()
1727 DCHECK_LE(rmin, 0.); in FakeQuant()
[all …]
/frameworks/ml/nn/common/operations/internal/optimized/
Doptimized_ops.h839 DCHECK_LE(input_zero_point, 255);
1362 DCHECK_LE(output_activation_min, output_activation_max);
1514 DCHECK_LE(output_activation_min, output_activation_max);
1711 DCHECK_LE(output_activation_min, output_activation_max);
1990 DCHECK_LE(output_activation_min, output_activation_max);
2016 DCHECK_LE(depth, kAccBufferMaxSize);
2162 DCHECK_LE(output_activation_min, output_activation_max);
2186 DCHECK_LE(depth, kAccBufferMaxSize);
2505 DCHECK_LE(output_val_s32, 255);
2551 DCHECK_LE(rmin, 0.);
[all …]
Ddepthwiseconv_float.h642 DCHECK_LE(kOutputPixelsInAccBuffer * output_depth, kAccBufferActualSize);
643 DCHECK_LE(kAccBufferActualSize, kAccBufferMaxSize);
Ddepthwiseconv_uint8.h1361 DCHECK_LE(output_activation_min, output_activation_max);
1382 DCHECK_LE(kOutputPixelsInAccBuffer * output_depth, kAccBufferActualSize);
1383 DCHECK_LE(kAccBufferActualSize, kAccBufferMaxSize);