Home
last modified time | relevance | path

Searched defs:lengths (Results 1 – 25 of 186) sorted by relevance

12345678

/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_from_tensor_op_test.py350 lengths=None, argument
493 def testEmpty(self, dt_shape, expected, lengths=None, padding=None): argument
638 lengths=None, argument
Ddynamic_ragged_shape_test.py289 lengths, argument
327 def testFromLengthsError(self, lengths, msg, num_row_partitions=None): argument
391 def testNumSlicesInDimension(self, lengths, axis, expected): argument
403 def testNumSlicesInDimensionRaises(self, lengths, axis, error_type, argument
426 def testAltInnerShapeRaises(self, lengths, new_dense_rank, error_type, argument
437 def testAltInnerShape(self, lengths, new_dense_rank, expected_inner_shape): argument
467 def testWithDenseRankRaises(self, lengths, new_dense_rank, error_type, argument
490 def testWithNumRowPartitionsRaises(self, lengths, num_row_partitions, argument
552 lengths, argument
593 lengths, argument
[all …]
Dragged_tensor_shape.py291 def broadcast_dimension(self, axis, lengths): argument
380 def _broadcast_uniform_partitioned_dimension(self, axis, lengths): argument
424 def _broadcast_inner_dimension_to_ragged(self, axis, lengths): argument
Dragged_util.py61 def lengths_to_splits(lengths): argument
/external/zstd/doc/
Dzstd_compression_format.md685 ##### Literals length codes
714 ##### Match length codes
742 ##### Offset codes
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/breakiter/
DDictionaryMatcher.java30 public abstract int matches(CharacterIterator text, int maxLength, int[] lengths, in matches()
33 public int matches(CharacterIterator text, int maxLength, int[] lengths, in matches()
DCharsDictionaryMatcher.java25 …public int matches(CharacterIterator text_, int maxLength, int[] lengths, int[] count_, int limit,… in matches()
/external/icu/android_icu4j/src/main/java/android/icu/impl/breakiter/
DDictionaryMatcher.java31 public abstract int matches(CharacterIterator text, int maxLength, int[] lengths, in matches()
34 public int matches(CharacterIterator text, int maxLength, int[] lengths, in matches()
DCharsDictionaryMatcher.java26 …public int matches(CharacterIterator text_, int maxLength, int[] lengths, int[] count_, int limit,… in matches()
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/
DCommandLineOptions.java33 private final ImmutableList<Integer> lengths; field in CommandLineOptions
52 ImmutableList<Integer> lengths, in CommandLineOptions()
105 ImmutableList<Integer> lengths() { in lengths() method in CommandLineOptions
183 private final ImmutableList.Builder<Integer> lengths = ImmutableList.builder(); field in CommandLineOptions.Builder
/external/rust/crates/ring/tests/
Drand_tests.rs34 let lengths = [ in test_system_random_lengths() localVariable
/external/mesa3d/src/mesa/math/
Dm_debug_norm.c126 const GLfloat *lengths, in ref_norm_transform_rescale()
149 const GLfloat *lengths, in ref_norm_transform_normalize()
/external/icu/icu4c/source/common/
Ddictionarydata.cpp46 int32_t *lengths, int32_t *cpLengths, int32_t *values, in matches()
114 int32_t *lengths, int32_t *cpLengths, int32_t *values, in matches()
/external/cronet/third_party/icu/source/common/
Ddictionarydata.cpp46 int32_t *lengths, int32_t *cpLengths, int32_t *values, in matches()
114 int32_t *lengths, int32_t *cpLengths, int32_t *values, in matches()
/external/oss-fuzz/projects/mysql-server/targets/
Dfuzz_real_query.cc54 unsigned long * lengths = mysql_fetch_lengths(result); in LLVMFuzzerTestOneInput() local
/external/eigen/Eigen/src/Core/arch/SYCL/
DInteropHeaders.h79 #define SYCL_PACKET_TRAITS(packet_type, has_blend, unpacket_type, lengths) \ argument
105 #define SYCL_UNPACKET_TRAITS(packet_type, unpacket_type, lengths) \ argument
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
DUnicodeSetCloseOver.java145 Vector lengths) { in analyzeCaseData()
196 Vector lengths = new Vector(); // "111", "12", "22", etc. in generateCaseData() local
/external/cronet/third_party/brotli/enc/
Dblock_splitter.h26 uint32_t* lengths; member
/external/brotli/c/enc/
Dblock_splitter.h26 uint32_t* lengths; member
/external/webrtc/logging/rtc_event_log/encoder/
Dblob_encoding.cc62 std::vector<uint64_t> lengths(num_of_blobs); in DecodeBlobs() local
/external/pigweed/pw_tokenizer/py/
Dgenerate_hash_test_data.py82 def _include_paths(lengths): argument
/external/python/cpython3/Lib/test/
Dtest_bufio.py12 lengths = list(range(1, 257)) + [512, 1000, 1024, 2048, 4096, 8192, 10000, variable
/external/angle/src/libANGLE/capture/
Dcapture_gles_3_2_params.cpp100 GLsizei *lengths, in CaptureGetDebugMessageLog_sources()
115 GLsizei *lengths, in CaptureGetDebugMessageLog_types()
130 GLsizei *lengths, in CaptureGetDebugMessageLog_ids()
145 GLsizei *lengths, in CaptureGetDebugMessageLog_severities()
160 GLsizei *lengths, in CaptureGetDebugMessageLog_lengths()
175 GLsizei *lengths, in CaptureGetDebugMessageLog_messageLog()
/external/python/cpython2/Lib/test/
Dtest_bufio.py11 lengths = list(range(1, 257)) + [512, 1000, 1024, 2048, 4096, 8192, 10000, variable
/external/toybox/toys/posix/
Dwc.c62 unsigned long word = 0, lengths[] = {0,0,0,0}; in do_wc() local

12345678