Home
last modified time | relevance | path

Searched defs:sparse (Results 1 – 25 of 73) sorted by relevance

123

/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Dbucket_by_sequence_length_test.py46 def _format_record(array, sparse): argument
56 def _get_record_type(sparse): argument
66 def _get_record_shape(sparse): argument
115 def build_dataset(sparse): argument
214 def build_dataset(sparse): argument
356 def build_dataset(sparse): argument
/external/tensorflow/tensorflow/core/ops/
Dtraining_ops.cc37 static Status HandleGradAndIndicesInputs(InferenceContext* c, bool sparse, in HandleGradAndIndicesInputs()
88 bool sparse) { in ApplyProximalGradientDescentShapeFn()
156 static Status ApplyAdadeltaShapeFn(InferenceContext* c, bool sparse) { in ApplyAdadeltaShapeFn()
235 static Status ApplyAdagradShapeFn(InferenceContext* c, bool sparse) { in ApplyAdagradShapeFn()
273 static Status ApplyProximalAdagradShapeFn(InferenceContext* c, bool sparse) { in ApplyProximalAdagradShapeFn()
344 static Status ApplyAdagradDAShapeFn(InferenceContext* c, bool sparse) { in ApplyAdagradDAShapeFn()
461 static Status ApplyFtrlShapeFn(InferenceContext* c, bool sparse) { in ApplyFtrlShapeFn()
615 static Status ApplyMomentumShapeFn(InferenceContext* c, bool sparse) { in ApplyMomentumShapeFn()
716 static Status ApplyAdamShapeFn(InferenceContext* c, bool sparse) { in ApplyAdamShapeFn()
772 static Status ApplyAdamWithAmsgradShapeFn(InferenceContext* c, bool sparse) { in ApplyAdamWithAmsgradShapeFn()
[all …]
/external/tensorflow/tensorflow/python/keras/engine/
Dinput_layer.py57 sparse=False, argument
151 sparse=False, argument
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferMemoryAliasing.hpp31 namespace sparse namespace
DvktSparseResourcesTests.hpp31 namespace sparse namespace
DvktSparseResourcesBufferTests.hpp31 namespace sparse namespace
DvktSparseResourcesImageSparseBinding.hpp31 namespace sparse namespace
DvktSparseResourcesImageSparseResidency.hpp31 namespace sparse namespace
DvktSparseResourcesQueueBindSparseTests.hpp31 namespace sparse namespace
DvktSparseResourcesImageMemoryAliasing.hpp31 namespace sparse namespace
DvktSparseResourcesImageBlockShapes.hpp32 namespace sparse namespace
DvktSparseResourcesImageAlignedMipSize.hpp32 namespace sparse namespace
DvktSparseResourcesBufferSparseBinding.hpp31 namespace sparse namespace
DvktSparseResourcesShaderIntrinsics.hpp31 namespace sparse namespace
DvktSparseResourcesMipmapSparseResidency.hpp31 namespace sparse namespace
DvktSparseResourcesBufferSparseResidency.hpp31 namespace sparse namespace
DvktSparseResourcesTests.cpp38 namespace sparse namespace
DvktSparseResourcesShaderIntrinsics.cpp31 namespace sparse namespace
DvktSparseResourcesShaderIntrinsicsStorage.hpp30 namespace sparse namespace
/external/tensorflow/tensorflow/core/kernels/
Dtraining_op_helpers.h110 mutex* GetTrainingVariableMutex(OpKernelContext* ctx, int input, bool sparse, in GetTrainingVariableMutex()
141 OpKernelContext* ctx, bool do_lock, bool sparse, in MaybeLockVariableInputMutexesInOrder()
242 bool lock_held, bool sparse, Tensor* out) { in GetInputTensorFromVariable()
Dtraining_ops.cc468 const bool sparse = false; in Compute() local
510 const bool sparse = false; in Compute() local
605 const bool sparse = false; in Compute() local
630 const bool sparse = false; in DoValidate() local
686 const bool sparse = false; in DoCompute() local
761 const bool sparse = true; in Compute() local
778 const bool sparse = true; in DoCompute() local
920 const bool sparse = false; in Compute() local
990 const bool sparse = true; in Compute() local
1136 const bool sparse = false; in Compute() local
[all …]
/external/squashfs-tools/squashfs-tools/
Dprocess_fragments.c64 int bytes = file_buffer->size, sparse = TRUE, value; in checksum_sparse() local
276 int sparse = checksum_sparse(file_buffer); in frag_thrd() local
/external/tensorflow/tensorflow/core/util/sparse/
Dgroup_iterator.cc20 namespace sparse { namespace
/external/u-boot/drivers/fastboot/
Dfb_nand.c108 struct fb_nand_sparse *sparse = info->priv; in fb_nand_sparse_write() local
191 struct sparse_storage sparse; in fastboot_nand_flash_write() local
/external/tensorflow/tensorflow/python/kernel_tests/
Dsparse_tensor_dense_matmul_grad_test.py49 sparse=False, argument

123