Home
last modified time | relevance | path

Searched refs:TensorFlowUnsupported (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator.cc1521 class TensorFlowUnsupported : public BaseOperator { class
1523 TensorFlowUnsupported(const string& name, OperatorType type, in TensorFlowUnsupported() function in toco::tflite::TensorFlowUnsupported
1908 ops.push_back(MakeUnique<TensorFlowUnsupported>("TENSORFLOW_UNSUPPORTED", in BuildOperatorList()
Doperator_test.cc634 TEST_F(OperatorTest, TensorFlowUnsupported) { in TEST_F() argument