Home
last modified time | relevance | path

Searched defs:_binary (Results 1 – 4 of 4) sorted by relevance

/external/ComputeLibrary/arm_compute/core/CL/
DCLCompileContext.h158 std::vector<unsigned char> _binary; /**< Binary from which to create the program. */ variable
/external/pytorch/torch/_numpy/
D_ufuncs.py30 _binary = [ variable
243 _binary = _binary + ["divmod", "modf", "matmul", "ldexp"] variable
/external/OpenCL-CTS/test_conformance/math_brute_force/
Dfunction_list.cpp131 static constexpr vtbl _binary = { variable
/external/python/cpython3/Lib/xmlrpc/
Dclient.py402 def _binary(data): function