Searched defs:Account (Results 1 – 8 of 8) sorted by relevance
17 static class Account { class in MergeWithCreator1921Test22 public Account(@JsonProperty(value = "validity", required = true) Validity validity) { in Account() method in MergeWithCreator1921Test.Account
26 interface Account { interface
12 static class Account { class in TestGenericTypes16 public Account(String name, Long id) { in Account() method in TestGenericTypes.Account
196 std::vector<ScopeNode*> TFScope::Account(const std::vector<ScopeNode*>& roots, in Account() function in tensorflow::tfprof::TFScope
213 std::vector<GraphNode*> TFGraph::Account(const std::vector<GraphNode*>& roots, in Account() function in tensorflow::tfprof::TFGraph
612 std::vector<CodeNode*> TFCode::Account(const std::vector<CodeNode*>& roots, in Account() function in tensorflow::tfprof::TFCode
38 public static interface Account { interface in PropOrderInfluenceWhenAliasedInGenericCollectionTest
29 static cl::SubCommand Account("account", "Function call accounting"); variable