HomeSort by relevance Sort by last modified time
    Searched refs:Grouping (Results 1 - 25 of 47) sorted by null

1 2

  /external/tensorflow/tensorflow/core/common_runtime/
optimization_registry.h 79 enum Grouping {
87 void Register(Grouping grouping, int phase,
90 // Run all passes in grouping, ordered by phase, with the same
92 Status RunGrouping(Grouping grouping,
99 std::map<Grouping, GraphOptimizationPasses> groups_;
106 OptimizationPassRegistration(OptimizationPassRegistry::Grouping grouping,
109 OptimizationPassRegistry::Global()->Register(grouping, phase
    [all...]
optimization_registry.cc 28 Grouping grouping, int phase, std::unique_ptr<GraphOptimizationPass> pass) {
29 groups_[grouping][phase].push_back(std::move(pass));
33 Grouping grouping, const GraphOptimizationPassOptions& options) {
34 auto group = groups_.find(grouping);
  /external/llvm/tools/llvm-cov/
gcov.cpp 88 cl::opt<bool> AllBlocks("a", cl::Grouping, cl::init(false),
92 cl::opt<bool> BranchProb("b", cl::Grouping, cl::init(false),
96 cl::opt<bool> BranchCount("c", cl::Grouping, cl::init(false),
101 cl::opt<bool> LongNames("l", cl::Grouping, cl::init(false),
105 cl::opt<bool> FuncSummary("f", cl::Grouping, cl::init(false),
109 cl::opt<bool> NoOutput("n", cl::Grouping, cl::init(false),
119 cl::opt<bool> PreservePaths("p", cl::Grouping, cl::init(false),
123 cl::opt<bool> UncondBranch("u", cl::Grouping, cl::init(false),
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 70 cl::aliasopt(UndefinedOnly), cl::Grouping);
76 cl::aliasopt(DynamicSyms), cl::Grouping);
81 cl::aliasopt(DefinedOnly), cl::Grouping);
86 cl::aliasopt(ExternalOnly), cl::Grouping);
89 cl::Grouping);
91 cl::Grouping);
93 cl::Grouping);
105 cl::aliasopt(PrintFileName), cl::Grouping);
107 cl::aliasopt(PrintFileName), cl::Grouping);
112 cl::aliasopt(DebugSyms), cl::Grouping);
    [all...]
  /external/icu/icu4c/source/i18n/
winnmfmt.cpp 58 * Turns a string of the form "3;2;0" into the grouping UINT
63 static UINT getGrouping(const wchar_t *grouping)
68 for (s = grouping; *s != L'\0'; s += 1) {
91 fmt->Grouping = getGrouping(buf);
118 fmt->Grouping = getGrouping(buf);
405 formatInfo.currency.Grouping = 0;
427 formatInfo.number.Grouping = 0;
  /frameworks/data-binding/compilerCommon/
BindingExpression.g4 57 : '(' expression ')' # Grouping
  /prebuilts/go/darwin-x86/src/regexp/syntax/
doc.go 53 Grouping:
  /prebuilts/go/linux-x86/src/regexp/syntax/
doc.go 53 Grouping:
  /external/tensorflow/tensorflow/core/graph/
mkl_tfconversion_pass.cc 131 // We register MklToTf insertion for phase 2 in post-partition grouping
133 // grouping. We register this pass after partitioning so that we get a
135 const OptimizationPassRegistry::Grouping kMklTfConvPassGroup =
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winnls.h 678 UINT Grouping;
686 UINT Grouping;
698 UINT Grouping;
709 UINT Grouping;
    [all...]
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 176 Grouping,
  /external/pdfium/xfa/fxfa/parser/
xfa_basic_data_enum.cpp 89 {0x2dc478eb, L"grouping", XFA_AttributeEnum::Grouping},
  /external/llvm/include/llvm/Support/
CommandLine.h 136 // Grouping - With this option enabled, multiple letter options are allowed to
145 Grouping = 0x03 // Can this option group with other options?
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
CommandLine.h 127 // Grouping - With this option enabled, multiple letter options are allowed to
136 Grouping = 0x180, // Can this option group with other options?
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
CommandLine.cpp 335 return O->getFormattingFlag() == cl::Grouping;
392 // This must be a grouped option... handle them now. Grouping options can't
404 "Option can not be cl::Grouping AND cl::ValueRequired!");
409 // Get the next grouping option.
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
CommandLine.h 141 // Grouping - With this option enabled, multiple letter options are allowed to
150 Grouping = 0x03 // Can this option group with other options?
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
CommandLine.h 144 // Grouping - With this option enabled, multiple letter options are allowed to
153 Grouping = 0x03 // Can this option group with other options?
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
CommandLine.h 149 // Grouping - With this option enabled, multiple letter options are allowed to
158 Grouping = 0x03 // Can this option group with other options?
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
CommandLine.h 149 // Grouping - With this option enabled, multiple letter options are allowed to
158 Grouping = 0x03 // Can this option group with other options?
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
CommandLine.h 149 // Grouping - With this option enabled, multiple letter options are allowed to
158 Grouping = 0x03 // Can this option group with other options?
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
CommandLine.h 149 // Grouping - With this option enabled, multiple letter options are allowed to
158 Grouping = 0x03 // Can this option group with other options?
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
CommandLine.h 149 // Grouping - With this option enabled, multiple letter options are allowed to
158 Grouping = 0x03 // Can this option group with other options?
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
CommandLine.h 149 // Grouping - With this option enabled, multiple letter options are allowed to
158 Grouping = 0x03 // Can this option group with other options?
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
CommandLine.h 144 // Grouping - With this option enabled, multiple letter options are allowed to
153 Grouping = 0x03 // Can this option group with other options?
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
CommandLine.h 149 // Grouping - With this option enabled, multiple letter options are allowed to
158 Grouping = 0x03 // Can this option group with other options?
    [all...]

Completed in 975 milliseconds

1 2