Home
last modified time | relevance | path

Searched defs:is_resource (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dcompile_mlir_util.h89 bool is_resource = false; member
/external/python/cpython3/Lib/importlib/resources/
Dabc.py45 def is_resource(self, path: Text) -> bool: member in ResourceReader
169 def is_resource(self, path: StrPath) -> bool: member in TraversableResources
D_functional.py40 def is_resource(anchor, *path_names): function
Dreaders.py49 def is_resource(self, path): member in ZipReader
/external/tensorflow/tensorflow/core/framework/
Dvariable.proto63 bool is_resource = 5; field
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dweights.h217 bool is_resource() const { in is_resource() function
/external/python/cpython3/Lib/test/test_importlib/resources/
Dutil.py37 def is_resource(self, path_): member in Reader
/external/pytorch/torch/package/
Dpackage_importer.py765 def is_resource(self, name): member in _PackageResourceReader
/external/python/cpython3/Lib/test/test_importlib/
Dtest_abc.py299 def is_resource(self, *args, **kwargs): member in ResourceReader
/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Ddistributed_tpu_rewrite_pass.cc919 const bool is_resource, const NodeOut& input, in CreateXlaSplitOp()
975 absl::string_view node_name, const bool is_resource, const NodeOut& input, in ShardInputWithXlaSplitOp()