Home
last modified time | relevance | path

Searched defs:first_half (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/lib/io/snappy/
H A Dsnappy_test.cc230 tstring first_half(string(data, 0, data.size() / 2)); in TestTell() local
267 tstring first_half(string(data, 0, data.size() / 2)); in TestTellInputStream() local
/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_tensor_of_strings.cpp98 const Eigen::DSizes<ptrdiff_t, 2> first_half(0, 0); in test_slices() local
/aosp_15_r20/external/pdfium/core/fpdfapi/render/
H A Dcpdf_rendershading.cpp517 CoonBezierCoeff first_half() const { in first_half() function
574 CoonBezier first_half() const { in first_half() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/iter/adapters/
H A Dmap_windows.rs112 let first_half = crate::array::iter_next_chunk(iter).ok()?; in try_from_iter() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/iter/adapters/
H A Dmap_windows.rs112 let first_half = crate::array::iter_next_chunk(iter).ok()?; in try_from_iter() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/iter/adapters/
H A Dmap_windows.rs112 let first_half = crate::array::iter_next_chunk(iter).ok()?; in try_from_iter() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/iter/adapters/
H A Dmap_windows.rs112 let first_half = crate::array::iter_next_chunk(iter).ok()?; in try_from_iter() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/iter/adapters/
H A Dmap_windows.rs112 let first_half = crate::array::iter_next_chunk(iter).ok()?; in try_from_iter() localVariable
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/io/
H A Dzlib_buffers_test.cc238 tstring first_half(string(data, 0, data.size() / 2)); in TestTell() local
/aosp_15_r20/external/openscreen/tools/cddl/
H A Dsema.cc387 std::string first_half = node->text.substr(0, index); in AnalyzeGroupEntry() local
/aosp_15_r20/system/core/fs_mgr/liblp/
H A Dbuilder.cpp789 std::vector<Interval> first_half; in PrioritizeSecondHalfOfSuper() local
/aosp_15_r20/external/mesa3d/src/panfrost/midgard/
H A Ddisassemble.c445 unsigned first_half = 0; in print_vec_swizzle() local
/aosp_15_r20/external/cronet/base/test/launcher/
H A Dtest_launcher.cc971 size_t first_half = remaining_limit / 2; in TruncateSnippet() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
H A Dneon_tensor_utils.cc899 const int32x4_t first_half = vmovl_s16(vget_low_s16(output_val)); in NeonMatrixBatchVectorAccumulateImpl() local
955 const int16x8_t first_half = vmovl_s8(vget_low_s8(output_val)); in NeonMatrixBatchVectorAccumulateImpl() local
H A Doptimized_ops.h5640 const int16x8_t first_half = vmovl_s8(vget_low_s8(input_vec)); variable
5727 const uint16x8_t first_half = vmovl_u8(vget_low_u8(input_vec)); variable
5805 const int16x8_t first_half = vmovl_s8(vget_low_s8(input_vec)); variable
5882 const uint16x8_t first_half = vmovl_u8(vget_low_u8(input_vec)); variable
/aosp_15_r20/external/pytorch/test/cpp/api/
H A Dfunctional.cpp1120 auto first_half = input.narrow(dim, 0, input_size); in TEST_F() local
H A Dmodules.cpp2868 auto first_half = input.narrow(dim, 0, input_size); in TEST_F() local
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A DFunctionsManual.cpp2224 auto first_half = input.narrow(dim, 0, input_size); in glu_double_backward() local