Searched refs:NameScope (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/op/ |
D | NameScope.java | 37 final class NameScope { class 39 NameScope withSubScope(String scopeName) { in withSubScope() 44 return new NameScope(newPrefix, null, null); in withSubScope() 47 NameScope withName(String name) { in withName() 50 return new NameScope(opPrefix, name, ids); in withName() 66 NameScope() { in NameScope() method in NameScope 70 private NameScope(String opPrefix, String opName, Map<String, Integer> ids) { in NameScope() method in NameScope
|
D | Scope.java | 84 this(graph, new NameScope()); in Scope() 149 private Scope(Graph graph, NameScope nameScope) { in Scope() 155 private final NameScope nameScope;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAcceleratorTable.cpp | 177 DictScope NameScope(W, ("Name@0x" + Twine::utohexstr(NameOffset)).str()); in dumpName() local 674 DictScope NameScope(W, ("Name " + Twine(NTE.getIndex())).str()); in dumpName() local
|