Home
last modified time | relevance | path

Searched refs:CustomOptions (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator.h46 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;
Dsimple_operator.h41 const CustomOptions* custom_options) const override { in Deserialize()
Dcustom_operator.h58 const CustomOptions* custom_options) const override { in Deserialize()
Dbuiltin_operator.h60 const CustomOptions* custom_options) const override { in Deserialize()
Doperator.cc2006 const CustomOptions* custom_options) const override { in Deserialize()
/external/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc2540 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 …]