Home
last modified time | relevance | path

Searched refs:MultipleInputs (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/micro/
Dtest_helpers.cc775 const TfLiteRegistration* MultipleInputs::getRegistration() { in getRegistration()
779 TfLiteRegistration* MultipleInputs::GetMutableRegistration() { in GetMutableRegistration()
788 void* MultipleInputs::Init(TfLiteContext* context, const char* buffer, in Init()
798 void MultipleInputs::Free(TfLiteContext* context, void* buffer) { in Free()
802 TfLiteStatus MultipleInputs::Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare()
806 TfLiteStatus MultipleInputs::Invoke(TfLiteContext* context, TfLiteNode* node) { in Invoke()
826 bool MultipleInputs::freed_ = false;
834 MultipleInputs::GetMutableRegistration()); in GetOpResolver()
Dtest_helpers.h81 class MultipleInputs {
Dmicro_interpreter_test.cc552 TF_LITE_MICRO_EXPECT_EQ(tflite::testing::MultipleInputs::freed_, true); in TF_LITE_MICRO_TEST()
/external/tensorflow/tensorflow/core/common_runtime/
Dlower_while_op_test.cc406 TEST(LowerWhileOpTest, MultipleInputs) { in TEST() argument
/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface_unittest.cc601 TEST_F(CommandLineInterfaceTest, MultipleInputs) { in TEST_F() argument