Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/spirv_new/
Dtest_op_vector_times_scalar.cpp39 size_t res_bytes = lhs_bytes; in test_vector_times_scalar() local
90 clMemWrapper ref = clCreateBuffer(context, CL_MEM_READ_WRITE, res_bytes, NULL, &err); in test_vector_times_scalar()
106 err = clEnqueueReadBuffer(queue, ref, CL_TRUE, 0, res_bytes, &h_ref[0], 0, NULL, NULL); in test_vector_times_scalar()
122 clMemWrapper res = clCreateBuffer(context, CL_MEM_READ_WRITE, res_bytes, NULL, &err); in test_vector_times_scalar()
139 err = clEnqueueReadBuffer(queue, res, CL_TRUE, 0, res_bytes, &h_res[0], 0, NULL, NULL); in test_vector_times_scalar()
/external/tensorflow/tensorflow/python/eager/
Ddef_function.py1033 res_bytes = context.context().get_compiler_ir(
1039 return res_bytes
1041 return res_bytes.decode("utf-8")