Home
last modified time | relevance | path

Searched defs:temp_buffer (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/lite/micro/kernels/
Dreduce.cc191 int32_t* temp_buffer = static_cast<int32_t*>( in EvalMean() local
202 int32_t* temp_buffer = static_cast<int32_t*>( in EvalMean() local
227 uint32_t* temp_buffer = static_cast<uint32_t*>( in EvalMean() local
239 uint32_t* temp_buffer = static_cast<uint32_t*>( in EvalMean() local
272 int* temp_buffer = static_cast<int*>( in EvalMax() local
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_frame_scale_ssse3.c228 uint8_t *const temp_buffer) { in scale_plane_2_to_1_general()
344 uint8_t *const temp_buffer) { in scale_plane_4_to_1_general()
452 uint8_t *const temp_buffer) { in scale_plane_4_to_3_general()
677 uint8_t *const temp_buffer) { in scale_plane_1_to_2_phase_0()
788 uint8_t *const temp_buffer = in vp9_scale_and_extend_frame_ssse3() local
832 uint8_t *const temp_buffer = in vp9_scale_and_extend_frame_ssse3() local
865 uint8_t *const temp_buffer = (uint8_t *)malloc(buffer_size); in vp9_scale_and_extend_frame_ssse3() local
883 uint8_t *const temp_buffer = (uint8_t *)malloc(8 * ((src_w + 7) & ~7)); in vp9_scale_and_extend_frame_ssse3() local
/external/libvpx/libvpx/vp9/encoder/arm/neon/
Dvp9_frame_scale_neon.c187 uint8_t *const temp_buffer) { in scale_plane_2_to_1_general()
303 uint8_t *const temp_buffer) { in scale_plane_4_to_1_general()
426 uint8_t *const temp_buffer) { in scale_plane_4_to_3_bilinear()
568 uint8_t *const temp_buffer) { in scale_plane_4_to_3_general()
742 uint8_t *const temp_buffer = in vp9_scale_and_extend_frame_neon() local
783 uint8_t *const temp_buffer = in vp9_scale_and_extend_frame_neon() local
806 uint8_t *const temp_buffer = in vp9_scale_and_extend_frame_neon() local
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_vs_variant.c161 void *temp_buffer = MALLOC( align(count,4) * temp_vertex_stride ); in vsvg_run_elts() local
230 void *temp_buffer = MALLOC( align(count,4) * temp_vertex_stride ); in vsvg_run_linear() local
/external/tensorflow/tensorflow/lite/delegates/flex/
Dutil_test.cc41 char temp_buffer[kBufferSize]; in ReportError() local
/external/libbrillo/brillo/
Ddata_encoding.cc129 std::string temp_buffer; in Base64Decode() local
/external/dng_sdk/source/
Ddng_parse_utils.cpp2680 dng_memory_data temp_buffer (tagCount + 1); in ParseStringTag() local
2772 dng_memory_data temp_buffer (tagCount + 1); in ParseDualStringTag() local
2947 dng_memory_data temp_buffer ((uChars + 1) * 2); in ParseEncodedStringTag() local
3009 dng_memory_data temp_buffer (aChars + 1); in ParseEncodedStringTag() local
/external/libtextclassifier/native/tensorflow_models/seq_flow_lite/tflite_ops/
Dlayer_norm.cc267 std::vector<float> temp_buffer(num_features, 0.0f); in DefaultLayerNorm() local
/external/protobuf/src/google/protobuf/io/
Dzero_copy_stream_unittest.cc305 char* temp_buffer = new char[40]; in TEST_F() local
605 char* temp_buffer = new char[40]; in TEST_F() local
/external/tensorflow/tensorflow/lite/
Darena_planner_test.cc165 char temp_buffer[kBufferSize]; in ReportError() local
/external/tensorflow/tensorflow/lite/kernels/
Dkernel_util_test.cc41 char temp_buffer[kBufferSize]; in ReportError() local
/external/e2fsprogs/lib/ext2fs/
Dinode.c51 char *temp_buffer; member
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dcsv_dataset_op.cc480 tstring temp_buffer; in SaveAndFillBuffer() local
/external/python/cpython3/Modules/
Dposixmodule.c5888 PyObject *temp_buffer) in parse_file_actions()
6012 PyObject *temp_buffer = NULL; in py_posix_spawn() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.cc3355 absl::optional<const BufferAllocation*> temp_buffer; in BuildKernelThunkFromBufferSlices() local
/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp6863 glw::GLint temp_buffer[2] = { 0, GL_NONE }; in verifyProgramInterfaceQuerySupport() local