Home
last modified time | relevance | path

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

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