Searched defs:is_resource (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/ |
D | compile_mlir_util.h | 89 bool is_resource = false; member
|
/external/python/cpython3/Lib/importlib/resources/ |
D | abc.py | 45 def is_resource(self, path: Text) -> bool: member in ResourceReader 169 def is_resource(self, path: StrPath) -> bool: member in TraversableResources
|
D | _functional.py | 40 def is_resource(anchor, *path_names): function
|
D | readers.py | 49 def is_resource(self, path): member in ZipReader
|
/external/tensorflow/tensorflow/core/framework/ |
D | variable.proto | 63 bool is_resource = 5; field
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
D | weights.h | 217 bool is_resource() const { in is_resource() function
|
/external/python/cpython3/Lib/test/test_importlib/resources/ |
D | util.py | 37 def is_resource(self, path_): member in Reader
|
/external/pytorch/torch/package/ |
D | package_importer.py | 765 def is_resource(self, name): member in _PackageResourceReader
|
/external/python/cpython3/Lib/test/test_importlib/ |
D | test_abc.py | 299 def is_resource(self, *args, **kwargs): member in ResourceReader
|
/external/tensorflow/tensorflow/core/tpu/graph_rewrite/ |
D | distributed_tpu_rewrite_pass.cc | 919 const bool is_resource, const NodeOut& input, in CreateXlaSplitOp() 975 absl::string_view node_name, const bool is_resource, const NodeOut& input, in ShardInputWithXlaSplitOp()
|