/external/tensorflow/tensorflow/lite/ |
D | type_to_tflitetype_test.cc | 41 EXPECT_EQ(kTfLiteBool, in TEST() 42 typeToTfLiteType<TfLiteTypeToType<kTfLiteBool>::Type>()); in TEST() 57 EXPECT_EQ(kTfLiteBool, typeToTfLiteType<bool>()); in TEST() 62 static_assert(std::is_same<bool, TfLiteTypeToType<kTfLiteBool>::Type>::value, in TEST()
|
D | portable_type_to_tflitetype.h | 68 MATCH_TYPE_AND_TFLITE_TYPE(bool, kTfLiteBool);
|
D | optional_debug_tools.cc | 66 case kTfLiteBool: in TensorTypeName()
|
D | util.cc | 113 case kTfLiteBool: in GetSizeOfType()
|
/external/tensorflow/tensorflow/lite/delegates/flex/ |
D | util.cc | 87 case kTfLiteBool: in GetTensorFlowDataType() 123 return kTfLiteBool; in GetTensorFlowLiteType()
|
D | util_test.cc | 122 EXPECT_EQ(TF_BOOL, GetTensorFlowDataType(kTfLiteBool)); in TEST() 139 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/python/interpreter_wrapper/ |
D | numpy.cc | 59 case kTfLiteBool: in TfLiteTypeToPyArrayType() 98 return kTfLiteBool; in TfLiteTypeFromPyType()
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | gather.cc | 72 case kTfLiteBool: in Prepare() 163 case kTfLiteBool: in Eval() 187 case kTfLiteBool: in Eval()
|
D | reverse.cc | 48 input->type != kTfLiteBool) { in Prepare() 123 case kTfLiteBool: { in Eval()
|
D | cast.cc | 92 case kTfLiteBool: in copyToTensor() 126 case kTfLiteBool: in Eval()
|
D | unpack.cc | 51 input->type != kTfLiteInt16 && input->type != kTfLiteBool) { in Prepare() 122 case kTfLiteBool: { in Eval()
|
D | select.cc | 78 TF_LITE_ENSURE_TYPES_EQ(context, input_condition->type, kTfLiteBool); in SelectPrepare() 144 case kTfLiteBool: \ in SelectEval()
|
D | one_hot.cc | 135 case kTfLiteBool: in Prepare() 186 case kTfLiteBool: in Eval()
|
D | concatenation.cc | 60 input_type == kTfLiteBool); in Prepare() 183 case kTfLiteBool: in Eval()
|
D | where.cc | 66 if (cond_tensor->type != kTfLiteBool) { in Prepare()
|
D | comparisons.cc | 60 output->type = kTfLiteBool; in ComparisonPrepareCommon() 165 case kTfLiteBool: in EqualEval() 215 case kTfLiteBool: in NotEqualEval()
|
D | subgraph_test_util.cc | 204 SetupTensor(subgraph, kCondInput, kTfLiteBool); in BuildIfSubgraph() 243 SetupTensor(subgraph, kOutput, kTfLiteBool); in BuildLessEqualCondSubgraph() 475 SetupTensor(subgraph, kOutput, kTfLiteBool); in BuildLessEqualCondSubgraphWithDynamicTensor() 662 ASSERT_EQ(tensor->type, kTfLiteBool); in CheckBoolTensor()
|
/external/tensorflow/tensorflow/lite/micro/kernels/ |
D | gather.cc | 72 case kTfLiteBool: in Prepare() 163 case kTfLiteBool: in Eval() 187 case kTfLiteBool: in Eval()
|
D | elementwise.cc | 35 return type == kTfLiteBool; in IsLogicalSupportedType() 78 return EvalImpl<bool>(context, node, bool_func, kTfLiteBool); in EvalLogical()
|
/external/tensorflow/tensorflow/lite/c/ |
D | c_api_types.h | 68 kTfLiteBool = 6, enumerator
|
/external/tensorflow/tensorflow/lite/swift/Sources/ |
D | Tensor.swift | 85 case kTfLiteBool:
|
/external/tensorflow/tensorflow/lite/tools/serialization/ |
D | enum_mapping.h | 83 case kTfLiteBool: in TfLiteTypeToSchemaType()
|
/external/tensorflow/tensorflow/lite/java/src/main/native/ |
D | tensor_jni.cc | 92 case kTfLiteBool: in ElementByteSize() 145 case kTfLiteBool: { in WriteOneDimensionalArray() 201 case kTfLiteBool: { in ReadOneDimensionalArray() 372 case kTfLiteBool: { in WriteScalar()
|
/external/tensorflow/tensorflow/lite/testing/ |
D | tflite_driver.cc | 348 case kTfLiteBool: in Check() 526 case kTfLiteBool: { in SetInput() 615 case kTfLiteBool: in SetExpectation() 718 case kTfLiteBool: in ReadOutput()
|