Home
last modified time | relevance | path

Searched refs:CheckInputsOutputs (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dmodel_builder.cc211 return CheckInputsOutputs(context, tflite_node, in IsSupported()
542 RETURN_IF_ERROR(CheckInputsOutputs(context, tflite_node, in IsSupported()
856 return CheckInputsOutputs(context, tflite_node, /*runtime_inputs=*/1, in IsSupported()
1264 RETURN_IF_ERROR(CheckInputsOutputs(context, tflite_node, in IsSupported()
1337 RETURN_IF_ERROR(CheckInputsOutputs(context, tflite_node, in IsSupported()
1385 RETURN_IF_ERROR(CheckInputsOutputs(context, tflite_node, in IsSupported()
1428 RETURN_IF_ERROR(CheckInputsOutputs(context, tflite_node, in IsSupported()
1496 RETURN_IF_ERROR(CheckInputsOutputs(context, tflite_node, in IsSupported()
1530 RETURN_IF_ERROR(CheckInputsOutputs(context, tflite_node, in IsSupported()
1749 RETURN_IF_ERROR(CheckInputsOutputs(context, tflite_node, in IsSupported()
[all …]
Dmodel_builder_helper.h66 absl::Status CheckInputsOutputs(const TfLiteContext* context,
Dmodel_builder_helper.cc217 absl::Status CheckInputsOutputs(const TfLiteContext* context, in CheckInputsOutputs() function
247 return CheckInputsOutputs(context, tflite_node, runtime_inputs, outputs); in CheckInputsConstsOutputs()