Home
last modified time | relevance | path

Searched defs:offset_dst (Results 1 – 5 of 5) sorted by relevance

/external/ComputeLibrary/tests/validation/reference/
DFullyConnectedLayer.cpp45 … const SimpleTensor<TB> &bias, SimpleTensor<T> &dst, int offset_src, int offset_dst, int cols_weig… in vector_matrix_multiply()
63 …or<T> &weights, const SimpleTensor<TB> &bias, SimpleTensor<T> &dst, int offset_src, int offset_dst, in vector_matrix_multiply()
/external/ComputeLibrary/tests/validate_examples/
Dcl_gemm.cpp147 SimpleOption<int> *offset_dst; member in __anonab59c6b50111::GEMMCommandLineOptions
406 int offset_src0{ 10 }, offset_src1{ 10 }, offset_dst{ 10 }; member in CLGEMMValidateExample
/external/oboe/samples/RhythmGame/third_party/glm/detail/
D_swizzle.hpp111 const int offset_dst[4] = { E0, E1, E2, E3 }; in operator []() local
116 const int offset_dst[4] = { E0, E1, E2, E3 }; in operator []() local
145 const int offset_dst[4] = { E0, E1, E2, E3 }; in operator []() local
/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h5673 PyObject *offset_dst = Py_None; in os_copy_file_range() local
5764 PyObject *offset_dst = Py_None; in os_splice() local
/external/python/cpython3/Modules/
Dposixmodule.c10409 PyObject *offset_src, PyObject *offset_dst) in os_copy_file_range_impl()
10481 PyObject *offset_src, PyObject *offset_dst, in os_splice_impl()