Home
last modified time | relevance | path

Searched defs:Account (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_scope.cc196 std::vector<ScopeNode*> TFScope::Account(const std::vector<ScopeNode*>& roots, in Account() function in tensorflow::tfprof::TFScope
Dtfprof_graph.cc213 std::vector<GraphNode*> TFGraph::Account(const std::vector<GraphNode*>& roots, in Account() function in tensorflow::tfprof::TFGraph
Dtfprof_code.cc597 std::vector<CodeNode*> TFCode::Account(const std::vector<CodeNode*>& roots, in Account() function in tensorflow::tfprof::TFCode
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue82/
DPropOrderInfluenceWhenAliasedInGenericCollectionTest.java38 public static interface Account { interface in PropOrderInfluenceWhenAliasedInGenericCollectionTest
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dxray-account.cpp30 static cl::SubCommand Account("account", "Function call accounting"); variable