Home
last modified time | relevance | path

Searched defs:x0y1 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
H A Dresize_bilinear.h1361 float32x4x2_t x0y1; in ResizeBilinearKernel2x2() local
1415 float32x4_t x0y1 = vld1q_f32(input_ptr + input_y_offset); in ResizeBilinearKernel2x2() local
1447 float x0y1 = input_data[input_offset + input_y_offset]; in ResizeBilinearKernel2x2() local
1471 float x0y1 = input_data[input_offset + input_y_offset]; in ResizeBilinearKernel2x2() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp16340 const fp16type x0y1(x0.asDouble() * y1.asDouble()); in calc() local
16359 const double x0y1(x0.asDouble() * y1.asDouble()); in calc() local