Home
last modified time | relevance | path

Searched defs:bool8 (Results 1 – 4 of 4) sorted by relevance

/frameworks/ml/nn/runtime/test/fuzzing/
DRandomGraphGeneratorUtils.h265 bool8() : mValue() {} in bool8() function
266 /* implicit */ bool8(bool value) : mValue(value) {} in bool8() function
/frameworks/ml/nn/tools/test_generator/test_harness/include_legacy/
DTestHarness.h50 bool8() : mValue() {} in bool8() function
51 /* implicit */ bool8(bool value) : mValue(value) {} in bool8() function
/frameworks/ml/nn/tools/test_generator/test_harness/include/
DTestHarness.h46 bool8() : mValue() {} in bool8() function
47 /* implicit */ bool8(bool value) : mValue(value) {} in bool8() function
/frameworks/ml/nn/common/include/
DOperationsUtils.h38 typedef uint8_t bool8; typedef