Searched refs:kTfLiteBool (Results 1 – 8 of 8) sorted by relevance
70 kTfLiteBool = 6, enumerator
214 case kTfLiteBool: in TfLiteTypeGetName()
68 MATCH_TYPE_AND_TFLITE_TYPE(bool, kTfLiteBool);
35 return type == kTfLiteBool; in IsLogicalSupportedType()78 return EvalImpl<bool>(context, node, bool_func, kTfLiteBool); in EvalLogical()
55 case kTfLiteBool: in EqualEval()160 case kTfLiteBool: in NotEqualEval()
81 case kTfLiteBool: in TfLiteTypeSizeOf()
499 case kTfLiteBool: in TfLiteTypeGetSize()
877 *type = kTfLiteBool; in ConvertTensorType()
Completed in 16 milliseconds