Home
last modified time | relevance | path

Searched refs:tensor3D_offset_in_bytes (Results 1 – 2 of 2) sorted by relevance

/external/ComputeLibrary/src/core/GLES_COMPUTE/cs_shaders/
Dscale.cs95 …uint offset_in_bytes = tensor3D_offset_in_bytes(src_iter, int(tc[0][i]), int(tc[1][i]), int(gl_Glo… in main()
Dhelpers_cs.h223 uint(tensor3D_offset_in_bytes(tensor_iter, int(x), int(y), int(z)) >> tensor_iter.element_shift)
280 uint tensor3D_offset_in_bytes(Tensor3DIterator tensor_iter, int x, int y, int z) in tensor3D_offset_in_bytes() function