Home
last modified time | relevance | path

Searched refs:ConstPointerType (Results 1 – 3 of 3) sorted by relevance

/external/python/cffi/testing/cffi0/
Dtest_model.py54 ptr_type = ConstPointerType(PrimitiveType("int"))
56 ptr_type = ConstPointerType(ArrayType(PrimitiveType("int"), 5))
90 a_type = ArrayType(ConstPointerType(PrimitiveType("int")), None)
/external/python/cffi/cffi/
Dmodel.py278 def ConstPointerType(totype): function
281 const_voidp_type = ConstPointerType(void_type)
/external/tensorflow/tensorflow/core/kernels/
Dtraining_ops_gpu.cu.cc441 typename T::ConstPointerType to_pointers(const T& x) { in to_pointers()