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

  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
set_spec_constant_default_value_pass.cpp 48 if (!strcmp(text, "true") && type->AsBool()) {
50 } else if (!strcmp(text, "false") && type->AsBool()) {
91 if (type->AsBool()) {
fold_spec_constant_op_and_composite_pass.cpp 508 if (type->AsBool()) {
513 if (vt->element_type()->AsBool())
547 if (result_type->AsInteger() || result_type->AsBool()) {
672 } else if (auto* bt = type->AsBool()) {
686 if (c->type()->AsBool() || c->type()->AsInteger() ||
constants.h 155 return MakeUnique<BoolConstant>(type_->AsBool(), value_);
types.cpp 105 assert(type->AsBool() || type->AsInteger() || type->AsFloat());
  /external/flatbuffers/tests/
test.cpp     [all...]
  /external/flatbuffers/include/flatbuffers/
flexbuffers.h 369 bool AsBool() const {
509 s += AsBool() ? "true" : "false";
694 template<> inline bool Reference::As<bool>() { return AsBool(); }
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/toco/tflite/
operator.cc 754 (*attr)[key].set_b(value.AsBool());
    [all...]

Completed in 173 milliseconds