OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AsBool
(Results
1 - 25
of
25
) sorted by null
/external/tensorflow/tensorflow/lite/experimental/microfrontend/
audio_microfrontend.cc
60
config.pcan_gain_control.enable_pcan = m["enable_pcan"].
AsBool
();
64
config.log_scale.enable_log = m["enable_log"].
AsBool
();
73
data->zero_padding = m["zero_padding"].
AsBool
();
75
data->out_float = m["out_float"].
AsBool
();
/external/deqp-deps/SPIRV-Tools/source/opt/
set_spec_constant_default_value_pass.cpp
49
if (!strcmp(text, "true") && type->
AsBool
()) {
51
} else if (!strcmp(text, "false") && type->
AsBool
()) {
92
if (type->
AsBool
()) {
fold_spec_constant_op_and_composite_pass.cpp
299
if (type->
AsBool
()) {
304
if (vt->element_type()->
AsBool
()) {
339
if (result_type->AsInteger() || result_type->
AsBool
()) {
constants.cpp
205
} else if (auto* bt = type->
AsBool
()) {
219
if (c->type()->
AsBool
() || c->type()->AsInteger() ||
merge_return_pass.cpp
451
context()->get_type_mgr()->GetRegisteredType(&temp)->
AsBool
();
528
analysis::Bool* bool_type = type_mgr->GetType(bool_id)->
AsBool
();
constants.h
268
return MakeUnique<BoolConstant>(type_->
AsBool
(), value_);
const_folding_rules.cpp
467
assert(result_type->
AsBool
()); \
[
all
...]
types.cpp
276
assert(type->
AsBool
() || type->AsInteger() || type->AsFloat());
folding_rules.cpp
[
all
...]
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
set_spec_constant_default_value_pass.cpp
49
if (!strcmp(text, "true") && type->
AsBool
()) {
51
} else if (!strcmp(text, "false") && type->
AsBool
()) {
92
if (type->
AsBool
()) {
fold_spec_constant_op_and_composite_pass.cpp
299
if (type->
AsBool
()) {
304
if (vt->element_type()->
AsBool
()) {
339
if (result_type->AsInteger() || result_type->
AsBool
()) {
constants.cpp
205
} else if (auto* bt = type->
AsBool
()) {
219
if (c->type()->
AsBool
() || c->type()->AsInteger() ||
merge_return_pass.cpp
467
context()->get_type_mgr()->GetRegisteredType(&temp)->
AsBool
();
544
analysis::Bool* bool_type = type_mgr->GetType(bool_id)->
AsBool
();
constants.h
268
return MakeUnique<BoolConstant>(type_->
AsBool
(), value_);
const_folding_rules.cpp
467
assert(result_type->
AsBool
()); \
[
all
...]
types.cpp
276
assert(type->
AsBool
() || type->AsInteger() || type->AsFloat());
folding_rules.cpp
[
all
...]
/external/tensorflow/tensorflow/lite/kernels/
audio_spectrogram.cc
55
data->magnitude_squared = m["magnitude_squared"].
AsBool
();
detection_postprocess.cc
108
op_data->use_regular_non_max_suppression = m["use_regular_nms"].
AsBool
();
/external/swiftshader/third_party/SPIRV-Tools/source/reduce/
structured_loop_to_selection_reduction_opportunity.cpp
222
context_->get_type_mgr()->GetRegisteredType(&temp)->
AsBool
();
/external/deqp-deps/SPIRV-Tools/source/reduce/
structured_loop_to_selection_reduction_opportunity.cpp
220
context_->get_type_mgr()->GetRegisteredType(&temp)->
AsBool
();
/external/tensorflow/tensorflow/lite/experimental/kernels/
ctc_beam_search_decoder.cc
46
option->merge_repeated = m["merge_repeated"].
AsBool
();
/external/flatbuffers/tests/
test.cpp
[
all
...]
/external/flatbuffers/include/flatbuffers/
flexbuffers.h
387
bool
AsBool
() const {
531
s +=
AsBool
() ? "true" : "false";
718
template<> inline bool Reference::As<bool>() const { return
AsBool
(); }
[
all
...]
/external/tensorflow/tensorflow/lite/toco/tflite/
operator.cc
[
all
...]
Completed in 1215 milliseconds