HomeSort by relevance Sort by last modified time
    Searched defs:Custom (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/tensorflow/tensorflow/contrib/lite/toco/tflite/
operator.h 35 // These are the flatbuffer types for custom and builtin options.
42 // Build custom options.
43 static Options Custom(flatbuffers::Offset<CustomOptions> offset) {
55 flatbuffers::Offset<CustomOptions> custom; member in struct:toco::tflite::Options
  /frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
AData.h 41 * AData allows a custom type flagger to be used for future extensions (e.g. allowing automatic
535 * AData<types...>::Strict<Flag> - strict type support using custom flag.
543 * AData<types...>::Custom<flagger> - custom type support (flaggers determine the supported types
738 struct Custom : protected Flagged<AUnion<Ts...>, typename Flagger::type, Flagger::mask> {
745 Custom() : base_t(Flagger::flagFor((void*)0)) { }
750 Custom& operator=(const Custom &o) {
770 Custom(const Custom &o) : Custom()
    [all...]
  /external/llvm/tools/bugpoint/
ExecutionDriver.cpp 32 AutoPick, RunLLI, RunJIT, RunLLC, RunLLCIA, LLC_Safe, CompileCustom, Custom
52 clEnumValN(CompileCustom, "compile-custom",
55 clEnumValN(Custom, "run-custom",
65 clEnumValN(Custom, "safe-run-custom",
96 cl::desc("Command to compile the bitcode (use with -compile-custom) "
101 cl::desc("Command to execute the bitcode (use with -run-custom) "
201 case Custom:
251 case Custom
    [all...]
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue11/
YamlMapTest.java 35 String output = yaml.dump(new Custom(123));
37 Custom o = (Custom) yaml.load(output);
44 data.put("customTag", new Custom(123));
53 assertTrue(m.get("customTag") instanceof Custom);
59 data.put("knownClass", new Wrapper("test", new Custom(456)));
73 private Custom b;
75 public Wrapper(String s, Custom bb) {
91 public Custom getB() {
95 public void setB(Custom bb)
    [all...]
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
ExecutionDriver.cpp 32 CompileCustom, Custom
54 clEnumValN(CompileCustom, "compile-custom",
57 clEnumValN(Custom, "run-custom",
68 clEnumValN(Custom, "safe-run-custom",
99 cl::desc("Command to compile the bitcode (use with -compile-custom) "
104 cl::desc("Command to execute the bitcode (use with -run-custom) "
208 case Custom:
288 case Custom:
    [all...]
  /external/llvm/unittests/DebugInfo/PDB/
PDBApiTest.cpp 353 InsertItemWithTag(PDB_SymType::Custom);
415 VerifyDyncast<PDBSymbolCustom>(PDB_SymType::Custom);
  /external/skia/src/sfnt/
SkOTTable_name.h 43 Custom = SkTEndian_SwapBE16(4),
48 SK_OT_USHORT custom; member in union:SkOTTableName::EncodingID
  /external/skqp/src/sfnt/
SkOTTable_name.h 43 Custom = SkTEndian_SwapBE16(4),
48 SK_OT_USHORT custom; member in union:SkOTTableName::EncodingID
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetLowering.h 94 Custom // Use the LowerOperation hook to implement custom lowering.
263 /// of smaller integer type (return 'Expand'). 'Custom' is not an option.
368 /// expanded to some other code sequence, or the target has a custom expander
378 /// legal on this target or can be made legal with custom lowering. This
383 getOperationAction(Op, VT) == Custom);
395 /// expanded to some other code sequence, or the target has a custom expander
412 /// to be expanded to some other code sequence, or the target has a custom
431 /// expanded to some other code sequence, or the target has a custom expander
447 getIndexedLoadAction(IdxMode, VT) == Custom);
    [all...]
  /external/python/cpython3/Lib/test/
test_dict.py 16 class Custom(dict):
18 for invalid in {1 : 2}, Custom({1 : 2}):
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/PDB/
PDBTypes.h 184 Custom,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/PDB/
PDBTypes.h 184 Custom,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/PDB/
PDBTypes.h 184 Custom,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/PDB/
PDBTypes.h 184 Custom,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/PDB/
PDBTypes.h 184 Custom,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/PDB/
PDBTypes.h 184 Custom,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/PDB/
PDBTypes.h 184 Custom,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/PDB/
PDBTypes.h 184 Custom,
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 195 Custom,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 189 Custom,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/PDB/
PDBTypes.h 189 Custom,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/PDB/
PDBTypes.h 189 Custom,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 189 Custom,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/PDB/
PDBTypes.h 189 Custom,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/PDB/
PDBTypes.h 189 Custom,

Completed in 556 milliseconds

1 2 3