Searched defs:graphs (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/python/tools/ |
D | print_selective_registration_header_test.py | 88 def WriteGraphFiles(self, graphs): argument
|
D | selective_registration_header_lib.py | 170 def get_header(graphs, argument
|
/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/ |
D | liveness.py | 104 def __init__(self, source_info, graphs): argument 227 def resolve(node, source_info, graphs): argument
|
D | reaching_definitions.py | 181 def __init__(self, source_info, graphs, definition_factory): argument 295 def resolve(node, source_info, graphs, definition_factory): argument
|
/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/v8/tools/ |
D | run_perf.py | 167 def __init__(self, graphs, units, results_regexp, stddev_regexp): argument
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | direct_session.cc | 1207 std::unordered_map<string, std::unique_ptr<Graph>> graphs; in CreateExecutors() local
|