Searched defs:graphs (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/libcxx/utils/ |
D | graph_header_deps.py | 128 def build_canonical_names(graphs): argument 142 def __init__(self, graphs): argument
|
/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/ |
D | reaching_fndefs.py | 122 def __init__(self, source_info, graphs): argument 170 def resolve(node, source_info, graphs): argument
|
D | liveness.py | 114 def __init__(self, source_info, graphs, include_annotations): argument 206 def resolve(node, source_info, graphs, include_annotations=True): argument
|
D | reaching_definitions.py | 181 def __init__(self, source_info, graphs, definition_factory): argument 279 def resolve(node, source_info, graphs, definition_factory=Definition): argument
|
D | type_inference.py | 594 def __init__(self, source_info, graphs, resolver): argument 614 def resolve(node, source_info, graphs, resolver): argument
|
/external/tensorflow/tensorflow/python/tools/ |
D | print_selective_registration_header_test.py | 87 def WriteGraphFiles(self, graphs): argument
|
D | selective_registration_header_lib.py | 194 def get_header(graphs, argument
|
/external/dagger2/java/dagger/internal/codegen/binding/ |
D | LegacyBindingGraph.java | 71 ImmutableList<LegacyBindingGraph> graphs) { in checkForDuplicates()
|
/external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/ |
D | MockMethodAdvice.java | 44 private final WeakConcurrentMap<Class<?>, SoftReference<MethodGraph>> graphs field in MockMethodAdvice
|
/external/tensorflow/tensorflow/python/ops/ |
D | cond_v2.py | 764 def _check_same_outputs(op_type, graphs): argument
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | direct_session.cc | 1313 std::unordered_map<string, std::unique_ptr<Graph>> graphs; in CreateExecutors() local
|