/external/tensorflow/tensorflow/core/ops/ |
D | training_ops.cc | 25 template <bool is_resource> 51 template <bool is_sparse, bool is_resource> 54 ShapeHandle grad = ShapeOrHandleShape<is_resource>(c, grad_idx); in HandleGradAndIndicesInputs() 73 template <bool is_resource> 76 ShapeHandle s = ShapeOrHandleShape<is_resource>(c, 0); // var in ApplyGradientDescentShapeFn() 102 template <bool is_sparse, bool is_resource> 105 ShapeHandle s = ShapeOrHandleShape<is_resource>(c, 0); // var in ApplyProximalGradientDescentShapeFn() 109 TF_RETURN_IF_ERROR(HandleGradAndIndicesInputs<is_sparse, is_resource>( in ApplyProximalGradientDescentShapeFn() 167 template <bool is_sparse, bool is_resource> 170 ShapeHandle s = ShapeOrHandleShape<is_resource>(c, 0); // var in ApplyAdadeltaShapeFn() [all …]
|
/external/python/cpython3/Lib/test/test_importlib/ |
D | test_resource.py | 18 self.assertTrue(resources.is_resource(self.data, 'binary.file')) 21 self.assertFalse(resources.is_resource(self.data, 'not-a-file')) 25 self.assertFalse(resources.is_resource(self.data, 'subdirectory')) 67 self.assertTrue(resources.is_resource(package, 'B')) 73 self.assertFalse(resources.is_resource(package, 'D')) 79 self.assertFalse(resources.is_resource(package, 'Z')) 97 self.assertFalse(resources.is_resource(module, 'A')) 105 self.assertTrue(resources.is_resource(submodule, 'binary.file')) 109 resources.is_resource('ziptestdata.subdirectory', 'binary.file') 184 c = resources.is_resource('ziptestdata', 'binary.file') [all …]
|
D | test_abc.py | 319 def is_resource(self, *args, **kwargs): member in ResourceReader 320 return super().is_resource(*args, **kwargs) 340 self.ins.is_resource('dummy_file')
|
/external/python/setuptools/pkg_resources/_vendor/importlib_resources/ |
D | abc.py | 36 def is_resource(self, path: Text) -> bool: member in ResourceReader 133 def is_resource(self, path): member in TraversableResources
|
D | __init__.py | 15 is_resource,
|
D | _legacy.py | 96 def is_resource(package: Package, name: str) -> bool: function
|
D | readers.py | 43 def is_resource(self, path): member in ZipReader
|
D | _adapters.py | 97 return self._reader.is_resource(self.name)
|
/external/python/setuptools/setuptools/_vendor/importlib_resources/ |
D | abc.py | 36 def is_resource(self, path: Text) -> bool: member in ResourceReader 133 def is_resource(self, path): member in TraversableResources
|
D | __init__.py | 15 is_resource,
|
D | _legacy.py | 96 def is_resource(package: Package, name: str) -> bool: function
|
D | readers.py | 43 def is_resource(self, path): member in ZipReader
|
D | _adapters.py | 97 return self._reader.is_resource(self.name)
|
/external/python/cpython3/Lib/importlib/ |
D | resources.py | 145 def is_resource(package: Package, name: str) -> bool: function 154 return reader.is_resource(name)
|
D | abc.py | 341 def is_resource(self, path: Text) -> bool: member in ResourceReader 438 def is_resource(self, path): member in TraversableResources
|
D | readers.py | 39 def is_resource(self, path): member in ZipReader
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ops/ |
D | variable_ops.cc | 42 template <typename T, bool is_resource> 63 if (is_resource) { in ReadVariableHelper()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/ |
D | compile_mlir_util.h | 89 bool is_resource = false; member
|
/external/python/setuptools/pkg_resources/_vendor/importlib_resources/tests/ |
D | util.py | 36 def is_resource(self, path_): member in Reader
|
/external/python/setuptools/setuptools/_vendor/importlib_resources/tests/ |
D | util.py | 36 def is_resource(self, path_): member in Reader
|
/external/tensorflow/tensorflow/core/framework/ |
D | variable.proto | 63 bool is_resource = 5; field
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
D | weights.cc | 143 DCHECK(is_resource()); in resource()
|
D | weights.h | 217 bool is_resource() const { in is_resource() function
|
/external/pigweed/pw_transfer/public/pw_transfer/internal/ |
D | chunk.h | 32 constexpr bool is_resource() const { return !is_session(); } in is_resource() function
|
/external/pigweed/pw_transfer/ |
D | transfer_thread.cc | 199 .match_resource_id = identifier->is_resource(), in ProcessChunk()
|