Home
last modified time | relevance | path

Searched refs:set_length (Results 1 – 20 of 20) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dtensor_slice.cc119 e->set_length(lengths_[d]); in AsProto()
158 result->set_length(d, other.length(d)); in Intersect()
163 result->set_length(d, length(d)); in Intersect()
174 result->set_length(d, l); in Intersect()
202 relative->set_length(d, sub.length(d)); in ComputeRelative()
207 relative->set_length(d, sub.length(d)); in ComputeRelative()
222 set_length(d, new_end - start(d)); in UpdateToCover()
Dtensor_slice.h90 void set_length(int d, int64 x) { in set_length() function
/external/flac/src/test_libFLAC++/
Dmetadata_manip.cpp195 padding->set_length((uint32_t)((int)padding->get_length() + delta)); in add_to_padding_length_()
933 padding->set_length(20); in test_level_1_()
978 padding->set_length(25); in test_level_1_()
995 padding->set_length(30); in test_level_1_()
1182 …dynamic_cast<FLAC::Metadata::Padding *>(our_metadata_.blocks[our_current_position+1])->set_length(… in test_level_1_()
1200 padding->set_length(5); in test_level_1_()
1220 padding->set_length(27); in test_level_1_()
1256 padding->set_length(5); in test_level_1_()
1302 …dynamic_cast<FLAC::Metadata::Padding *>(our_metadata_.blocks[our_current_position+1])->set_length(… in test_level_1_()
1335 padding->set_length(app->get_length()); in test_level_1_()
[all …]
Dmetadata_object.cpp618 block.set_length(padding_.length); in test_metadata_object_padding()
/external/python/cpython2/Lib/multiprocessing/
Dpool.py338 for taskseq, set_length in iter(taskqueue.get, None):
355 if set_length:
357 set_length(i+1)
364 if set_length:
366 set_length(i+1)
/external/antlr/runtime/Cpp/include/
Dantlr3bitset.hpp94 void set_length( ANTLR_UINT32 length );
Dantlr3bitset.inl36 ANTLR_INLINE void BitsetList<ImplTraits>::set_length( ANTLR_UINT32 length ) function in BitsetList
110 m_blist.set_length( numelements );
248 m_blist.set_length(newSize);
/external/tensorflow/tensorflow/core/util/
Dmemmapped_file_system_writer.cc133 new_directory_element->set_length(length); in AddToDirectoryElement()
Dsaved_tensor_slice_util.cc84 slice->set_length(d, length); in DecodeTensorNameSlice()
/external/llvm-project/flang/include/flang/Common/
Dformat.h78 Token &set_length(int length) { in ENUM_CLASS() function
117 token.set_length(cursor_ - format_ - token.offset() + (cursor_ < end_)); in ENUM_CLASS()
186 token_.set_length(1); in NextToken()
/external/puffin/src/
Dpuffdiff.cc44 tmp->set_length(ext.length * coef); in CopyVectorToRpf()
/external/python/cpython3/Lib/multiprocessing/
Dpool.py528 for taskseq, set_length in iter(taskqueue.get, None):
545 if set_length:
548 set_length(idx + 1)
/external/tflite-support/tensorflow_lite_support/java/src/native/task/vision/segmenter/
Dimage_segmenter_jni.cc196 file_descriptor_meta->set_length(file_descriptor_length); in Java_org_tensorflow_lite_task_vision_segmenter_ImageSegmenter_initJniWithModelFdAndOptions()
/external/tflite-support/tensorflow_lite_support/java/src/native/task/vision/classifier/
Dimage_classifier_jni.cc182 file_descriptor_meta->set_length(file_descriptor_length); in Java_org_tensorflow_lite_task_vision_classifier_ImageClassifier_initJniWithModelFdAndOptions()
/external/tflite-support/tensorflow_lite_support/java/src/native/task/vision/detector/
Dobject_detector_jni.cc189 file_descriptor_meta->set_length(file_descriptor_length); in Java_org_tensorflow_lite_task_vision_detector_ObjectDetector_initJniWithModelFdAndOptions()
/external/tensorflow/tensorflow/core/kernels/
Dload_and_remap_matrix_op.cc183 slice.set_length(0, slice_length); in Compute()
/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter_test.cc203 book.set_length(222); in TEST_P()
217 book.set_length(102); in TEST_P()
1926 book.set_length(1234); in TEST_P()
1963 book.set_length(1234); in TEST_P()
Dprotostream_objectsource_test.cc441 book->set_length(250); in TEST_P()
/external/flac/src/libFLAC++/
Dmetadata.cpp374 set_length(length); in Padding()
380 void Padding::set_length(uint32_t length) in set_length() function in FLAC::Metadata::Padding
/external/flac/include/FLAC++/
Dmetadata.h405 void set_length(uint32_t length);