Home
last modified time | relevance | path

Searched refs:hasOptions (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/lite/ir/
Dtfl_ops.td470 bit hasOptions = 0b0;
475 // hasOptions.
507 let hasOptions = 0b1;
562 let hasOptions = 1;
610 let hasOptions = 1;
642 let hasOptions = 1;
679 let hasOptions = 1;
699 let hasOptions = 1;
729 let hasOptions = 1;
780 let hasOptions = 1;
[all …]
/external/protobuf/php/src/Google/Protobuf/Internal/
DOneofDescriptorProto.php97 public function hasOptions() function in Google\\Protobuf\\Internal\\OneofDescriptorProto
DEnumValueDescriptorProto.php131 public function hasOptions() function in Google\\Protobuf\\Internal\\EnumValueDescriptorProto
DServiceDescriptorProto.php131 public function hasOptions() function in Google\\Protobuf\\Internal\\ServiceDescriptorProto
DEnumDescriptorProto.php155 public function hasOptions() function in Google\\Protobuf\\Internal\\EnumDescriptorProto
DMethodDescriptorProto.php194 public function hasOptions() function in Google\\Protobuf\\Internal\\MethodDescriptorProto
DFieldDescriptorProto.php467 public function hasOptions() function in Google\\Protobuf\\Internal\\FieldDescriptorProto
DDescriptorProto.php318 public function hasOptions() function in Google\\Protobuf\\Internal\\DescriptorProto
DFileDescriptorProto.php441 public function hasOptions() function in Google\\Protobuf\\Internal\\FileDescriptorProto
/external/protobuf/php/src/Google/Protobuf/Internal/DescriptorProto/
DExtensionRange.php143 public function hasOptions() function in Google\\Protobuf\\Internal\\DescriptorProto\\ExtensionRange
/external/llvm/lib/Support/
DCommandLine.cpp237 bool hasOptions(const SubCommand &Sub) const { in hasOptions() function in __anon92194b6c0111::CommandLineParser
242 bool hasOptions() const { in hasOptions() function in __anon92194b6c0111::CommandLineParser
244 if (hasOptions(*S)) in hasOptions()
1011 assert(hasOptions() && "No options specified!"); in ParseCommandLineOptions()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DCommandLine.cpp251 bool hasOptions(const SubCommand &Sub) const { in hasOptions() function in __anon7f0a984f0111::CommandLineParser
256 bool hasOptions() const { in hasOptions() function in __anon7f0a984f0111::CommandLineParser
258 if (hasOptions(*S)) in hasOptions()
1038 assert(hasOptions() && "No options specified!"); in ParseCommandLineOptions()
/external/llvm-project/llvm/lib/Support/
DCommandLine.cpp315 bool hasOptions(const SubCommand &Sub) const { in hasOptions() function in __anon52a1001a0111::CommandLineParser
320 bool hasOptions() const { in hasOptions() function in __anon52a1001a0111::CommandLineParser
322 if (hasOptions(*S)) in hasOptions()
1330 assert(hasOptions() && "No options specified!"); in ParseCommandLineOptions()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCommandLine.cpp315 bool hasOptions(const SubCommand &Sub) const { in hasOptions() function in __anonbd45570e0111::CommandLineParser
320 bool hasOptions() const { in hasOptions() function in __anonbd45570e0111::CommandLineParser
322 if (hasOptions(*S)) in hasOptions()
1313 assert(hasOptions() && "No options specified!"); in ParseCommandLineOptions()
/external/jcommander/src/main/java/com/beust/jcommander/
DJCommander.java1160 boolean hasOptions = !descriptions.isEmpty(); in usage()
1172 if (hasOptions) mainLine.append(" [options]"); in usage()
/external/llvm-project/mlir/docs/Tutorials/
DQuickstartRewrites.md64 let hasOptions = 1;