HomeSort by relevance Sort by last modified time
    Searched refs:sparse (Results 176 - 200 of 240) sorted by null

1 2 3 4 5 6 78 910

  /external/tensorflow/tensorflow/core/util/
example_proto_fast_parsing_test.cc 370 config.sparse.push_back({"test", DT_STRING});
  /external/v8/src/js/
array.js 77 // Optimized for sparse arrays if separator is ''.
89 // Only use the sparse variant on arrays that are likely to be sparse and the
196 // special array operations to handle sparse arrays in a sensible fashion.
224 // special array operations to handle sparse arrays in a sensible fashion.
436 // For implementing reverse() on large, sparse arrays.
1005 // The following functions cannot be made efficient on sparse arrays while
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
tarfile.py 89 GNUTYPE_SPARSE = "S" # GNU tar sparse file
709 def __init__(self, fileobj, offset, size, sparse=None):
713 self.sparse = sparse
734 if self.sparse is None:
747 """Read operation for sparse files.
759 """Read a single section of a sparse file.
761 section = self.sparse.find(self.position)
789 getattr(tarinfo, "sparse", None))
    [all...]
  /external/python/cpython2/Lib/
tarfile.py 89 GNUTYPE_SPARSE = "S" # GNU tar sparse file
717 def __init__(self, fileobj, offset, size, sparse=None):
721 self.sparse = sparse
742 if self.sparse is None:
761 """Read operation for sparse files.
773 """Read a single section of a sparse file.
775 section = self.sparse.find(self.position)
803 getattr(tarinfo, "sparse", None))
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
tarfile.py 89 GNUTYPE_SPARSE = "S" # GNU tar sparse file
711 def __init__(self, fileobj, offset, size, sparse=None):
715 self.sparse = sparse
736 if self.sparse is None:
749 """Read operation for sparse files.
761 """Read a single section of a sparse file.
763 section = self.sparse.find(self.position)
791 getattr(tarinfo, "sparse", None))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
tarfile.py 89 GNUTYPE_SPARSE = "S" # GNU tar sparse file
711 def __init__(self, fileobj, offset, size, sparse=None):
715 self.sparse = sparse
736 if self.sparse is None:
749 """Read operation for sparse files.
761 """Read a single section of a sparse file.
763 section = self.sparse.find(self.position)
791 getattr(tarinfo, "sparse", None))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tarfile.py 89 GNUTYPE_SPARSE = "S" # GNU tar sparse file
711 def __init__(self, fileobj, offset, size, sparse=None):
715 self.sparse = sparse
736 if self.sparse is None:
749 """Read operation for sparse files.
761 """Read a single section of a sparse file.
763 section = self.sparse.find(self.position)
791 getattr(tarinfo, "sparse", None))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tarfile.py 89 GNUTYPE_SPARSE = "S" # GNU tar sparse file
711 def __init__(self, fileobj, offset, size, sparse=None):
715 self.sparse = sparse
736 if self.sparse is None:
749 """Read operation for sparse files.
761 """Read a single section of a sparse file.
763 section = self.sparse.find(self.position)
791 getattr(tarinfo, "sparse", None))
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBufferMemoryAliasing.cpp 21 * \brief Sparse buffer memory aliasing tests
50 namespace sparse namespace in namespace:vkt
166 // Create logical device supporting both sparse and compute operations
176 TCU_THROW(NotSupportedError, "Sparse binding not supported");
179 TCU_THROW(NotSupportedError, "Sparse memory aliasing not supported");
214 // Create sparse buffers
218 // Create sparse buffers memory bind semaphore
224 TCU_THROW(NotSupportedError, "Required memory size for sparse resources exceeds device limits");
277 // Submit sparse bind commands for execution
375 // The stage at which execution is going to wait for finish of sparse binding operation
    [all...]
vktSparseResourcesBufferSparseResidency.cpp 21 * \brief Sparse partially resident buffers tests
50 namespace sparse namespace in namespace:vkt
152 // Create logical device supporting both sparse and compute operations
163 TCU_THROW(NotSupportedError, "Sparse partially resident buffers not supported");
198 // Create sparse buffer
201 // Create sparse buffer memory bind semaphore
207 TCU_THROW(NotSupportedError, "Required memory size for sparse resources exceeds device limits");
376 // Wait for sparse queue to become idle
421 } // sparse
vktSparseResourcesShaderIntrinsicsStorage.cpp 21 * \brief Sparse Resources Shader Intrinsics for storage images
30 namespace sparse namespace in namespace:vkt
126 // Sparse image without sampler type declaration
130 // Sparse image with sampler type declaration
138 // Declare sparse image variable
207 // Load sparse image
213 // Load the texel from the sparse image to local variable for OpImageSparse*
563 } // sparse
vktSparseResourcesTestsUtil.hpp 23 * \brief Sparse Resources Tests Utility Classes
37 namespace sparse namespace in namespace:vkt
334 } // sparse
vktSparseResourcesImageSparseBinding.cpp 21 * \brief Sparse fully resident images with mipmaps tests
50 namespace sparse namespace in namespace:vkt
128 // Create logical device supporting both sparse and compute queues
144 // Check if device supports sparse binding
146 TCU_THROW(NotSupportedError, "Device does not support sparse binding");
192 // Create sparse image
195 // Create sparse image memory bind semaphore
198 // Get sparse image general memory requirements
203 TCU_THROW(NotSupportedError, "Required memory size for sparse resource exceeds device limits");
251 // Submit sparse bind commands for executio
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktTestPackage.cpp 440 addChild(sparse::createTests (m_testCtx));
  /external/tensorflow/tensorflow/core/kernels/
sparse_reduce_op.cc 25 #include "tensorflow/core/util/sparse/sparse_tensor.h"
30 using tensorflow::sparse::SparseTensor;
example_parsing_ops.cc 32 #include "tensorflow/core/util/sparse/sparse_tensor.h"
132 config.sparse.push_back({sparse_keys_t[d], attrs_.sparse_types[d]});
234 config.sparse.push_back({attrs_.sparse_keys[d], attrs_.sparse_types[d]});
485 // Context Sparse ----------------------------------------------------------
591 // Feature List Sparse -----------------------------------------------------
  /tools/dexter/testdata/expected/
exit_hooks.asm 181 3| sparse-switch v2, Label_5
207 20| sparse-switch-payload
  /external/tensorflow/tensorflow/python/keras/_impl/keras/
models.py     [all...]
backend_test.py 21 import scipy.sparse
291 val = scipy.sparse.eye(10)
301 x = keras.backend.placeholder(shape=(3, 4), sparse=True)
    [all...]
  /external/tensorflow/tensorflow/python/layers/
network_test.py 526 x = network_layers.Input(shape=(32,), sparse=True)
531 self.assertEqual(network.layers[0].sparse, True)
  /external/tensorflow/tensorflow/python/ops/
parsing_ops.py 63 """Configuration for parsing a sparse input feature from an `Example`.
138 To treat sparse input as dense, provide a `default_value`; otherwise,
166 To treat a sparse input as dense, provide `allow_missing=True`; otherwise,
546 "sparse": SparseFeature(
555 "sparse": SparseTensor(
633 ValueError: If sparse and dense key sets intersect, or input lengths do not
660 raise ValueError("Must provide at least one sparse key or dense key")
663 "Dense and sparse keys must not intersect; intersection: %s" %
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
sparsetree.go 41 // When used to lookup up definitions in a sparse tree,
redblack32.go 21 // use in sparse lookup algorithms.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
sparsetree.go 41 // When used to lookup up definitions in a sparse tree,
redblack32.go 21 // use in sparse lookup algorithms.

Completed in 1410 milliseconds

1 2 3 4 5 6 78 910