Home
last modified time | relevance | path

Searched defs:mam (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/unittests/Pass/
DAnalysisManagerTest.cpp36 ModuleAnalysisManager mam(*module, /*passInstrumentor=*/nullptr); in TEST() local
65 ModuleAnalysisManager mam(*module, /*passInstrumentor=*/nullptr); in TEST() local
96 ModuleAnalysisManager mam(*module, /*passInstrumentor=*/nullptr); in TEST() local
132 ModuleAnalysisManager mam(*module, /*passInstrumentor=*/nullptr); in TEST() local
154 ModuleAnalysisManager mam(*module, /*passInstrumentor=*/nullptr); in TEST() local
/external/tensorflow/tensorflow/python/profiler/
Dmodel_analyzer_test.py473 def check_min(nodes, mm=0, mam=0, mcm=0, mb=0, mpb=0, mrb=0, mob=0): argument