Searched refs:ShouldExportAsFlexOp (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/lite/toco/tflite/ |
D | operator.h | 125 bool ShouldExportAsFlexOp(bool enable_select_tf_ops,
|
D | operator_test.cc | 736 EXPECT_FALSE(ShouldExportAsFlexOp(false, "Conv2D")); in TEST_F() 737 EXPECT_TRUE(ShouldExportAsFlexOp(true, "Conv2D")); in TEST_F() 738 EXPECT_TRUE(ShouldExportAsFlexOp(true, "EluGrad")); in TEST_F() 739 EXPECT_TRUE(ShouldExportAsFlexOp(true, "RFFT")); in TEST_F() 740 EXPECT_FALSE(ShouldExportAsFlexOp(true, "MyAwesomeCustomOp")); in TEST_F() 743 EXPECT_FALSE(ShouldExportAsFlexOp(true, "RandomShuffle")); in TEST_F()
|
D | export.cc | 144 if (ShouldExportAsFlexOp(enable_select_tf_ops, in OperatorKey()
|
D | operator.cc | 1647 if (ShouldExportAsFlexOp(enable_select_tf_ops_, node_def.op())) { in WriteOptions() 2115 bool ShouldExportAsFlexOp(bool enable_select_tf_ops, in ShouldExportAsFlexOp() function
|