/external/tensorflow/tensorflow/lite/delegates/flex/ |
D | util.cc | 77 case kTfLiteBool: in GetTensorFlowDataType() 101 return kTfLiteBool; in GetTensorFlowLiteType()
|
D | util_test.cc | 118 EXPECT_EQ(TF_BOOL, GetTensorFlowDataType(kTfLiteBool)); in TEST() 129 EXPECT_EQ(kTfLiteBool, GetTensorFlowLiteType(TF_BOOL)); in TEST()
|
/external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/ |
D | tflite_driver.cc | 187 case kTfLiteBool: in Check() 299 case kTfLiteBool: { in SetInput() 335 case kTfLiteBool: in SetExpectation() 403 case kTfLiteBool: in ReadOutput()
|
/external/tensorflow/tensorflow/lite/testing/ |
D | tflite_driver.cc | 187 case kTfLiteBool: in Check() 298 case kTfLiteBool: { in SetInput() 341 case kTfLiteBool: in SetExpectation() 406 case kTfLiteBool: in ReadOutput()
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | select.cc | 43 TF_LITE_ENSURE(context, input_condition->type == kTfLiteBool); in SelectPrepare() 83 case kTfLiteBool: \ in SelectEval()
|
D | comparisons.cc | 42 input1->type != kTfLiteString || input1->type != kTfLiteBool); in ComparisonPrepare() 45 output->type = kTfLiteBool; in ComparisonPrepare() 132 case kTfLiteBool: in EqualEval() 168 case kTfLiteBool: in NotEqualEval()
|
D | cast.cc | 87 case kTfLiteBool: in copyToTensor() 115 case kTfLiteBool: in Eval()
|
D | elementwise.cc | 33 return type == kTfLiteBool; in IsLogicalSupportedType() 75 return EvalImpl<bool>(context, node, bool_func, kTfLiteBool); in EvalLogical()
|
D | one_hot.cc | 131 case kTfLiteBool: in Prepare() 175 case kTfLiteBool: in Eval()
|
D | subgraph_test_util.cc | 166 SetupTensor(subgraph, kCondInput, kTfLiteBool); in BuildIfSubgraph() 208 SetupTensor(subgraph, kOutput, kTfLiteBool); in BuildLessEqualCondSubgraph() 400 ASSERT_EQ(tensor->type, kTfLiteBool); in CheckBoolTensor()
|
D | reduce.cc | 198 case kTfLiteBool: in InitializeTemporaries() 199 temp_sum->type = kTfLiteBool; in InitializeTemporaries() 231 TF_LITE_ENSURE_EQ(context, input->type, kTfLiteBool); in PrepareAny() 513 case kTfLiteBool: in EvalGeneric()
|
D | where.cc | 61 if (cond_tensor->type != kTfLiteBool) { in Prepare()
|
D | logical.cc | 61 if (type != kTfLiteBool) { in Prepare()
|
D | tile.cc | 185 case kTfLiteBool: in Eval()
|
D | if.cc | 54 TF_LITE_ENSURE_EQ(context, cond->type, kTfLiteBool); in Prepare()
|
D | slice.cc | 214 case kTfLiteBool: in Eval()
|
/external/tensorflow/tensorflow/lite/python/interpreter_wrapper/ |
D | python_utils.cc | 47 case kTfLiteBool: in TfLiteTypeToPyArrayType() 74 return kTfLiteBool; in TfLiteTypeFromPyArray()
|
/external/tensorflow/tensorflow/lite/experimental/swift/Sources/ |
D | Tensor.swift | 90 case kTfLiteBool:
|
/external/tensorflow/tensorflow/lite/experimental/writer/ |
D | enum_mapping.h | 73 case kTfLiteBool: in TfLiteTypeToSchemaType()
|
/external/tensorflow/tensorflow/lite/ |
D | optional_debug_tools.cc | 53 case kTfLiteBool: in TensorTypeName()
|
/external/tensorflow/tensorflow/lite/c/ |
D | c_api_internal_test.cc | 86 EXPECT_EQ(type_name(kTfLiteBool), "BOOL"); in TEST()
|
D | c_api_internal.c | 169 case kTfLiteBool: in TfLiteTypeGetName()
|
D | c_api_internal.h | 203 kTfLiteBool = 6, enumerator
|
/external/tensorflow/tensorflow/lite/experimental/micro/ |
D | simple_tensor_allocator.cc | 41 case kTfLiteBool: in TfLiteTypeSizeOf()
|
/external/libtextclassifier/utils/ |
D | tflite-model-executor.h | 99 case kTfLiteBool: in SetInput()
|