Searched refs:CustomOptions (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/lite/toco/tflite/ |
D | operator.h | 46 using CustomOptions = flatbuffers::Vector<uint8_t>; variable 53 static Options Custom(flatbuffers::Offset<CustomOptions> offset) { in Custom() 65 flatbuffers::Offset<CustomOptions> custom; 88 const CustomOptions* custom_options) const = 0;
|
D | simple_operator.h | 41 const CustomOptions* custom_options) const override { in Deserialize()
|
D | custom_operator.h | 58 const CustomOptions* custom_options) const override { in Deserialize()
|
D | builtin_operator.h | 60 const CustomOptions* custom_options) const override { in Deserialize()
|
D | operator.cc | 2006 const CustomOptions* custom_options) const override { in Deserialize()
|
/external/protobuf/src/google/protobuf/ |
D | descriptor_unittest.cc | 2540 TEST_P(AllowUnknownDependenciesTest, CustomOptions) { in TEST_P() argument 2703 TEST(CustomOptions, OptionLocations) { in TEST() argument 2737 TEST(CustomOptions, OptionTypes) { in TEST() argument 2795 TEST(CustomOptions, ComplexExtensionOptions) { in TEST() argument 2831 TEST(CustomOptions, OptionsFromOtherFile) { in TEST() argument 2887 TEST(CustomOptions, MessageOptionThreeFieldsSet) { in TEST() argument 2964 TEST(CustomOptions, MessageOptionRepeatedLeafFieldSet) { in TEST() argument 3044 TEST(CustomOptions, MessageOptionRepeatedMsgFieldSet) { in TEST() argument 3130 TEST(CustomOptions, AggregateOptions) { in TEST() argument 3168 TEST(CustomOptions, UnusedImportWarning) { in TEST() argument [all …]
|