Searched refs:conv_descriptor (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | fcntlmodule.c.h | 36 conv_descriptor, &fd, &code, &arg)) { in fcntl_fcntl() 95 conv_descriptor, &fd, &code, &ob_arg, &mutate_arg)) { in fcntl_ioctl() 127 conv_descriptor, &fd, &code)) { in fcntl_flock() 181 conv_descriptor, &fd, &code, &lenobj, &startobj, &whence)) { in fcntl_lockf()
|
/external/python/cpython2/Modules/ |
D | fcntlmodule.c | 19 conv_descriptor(PyObject *object, int *target) in conv_descriptor() function 44 conv_descriptor, &fd, &code, &str, &len)) { in fcntl_fcntl() 66 conv_descriptor, &fd, &code, &arg)) { in fcntl_fcntl() 123 conv_descriptor, &fd, &code, in fcntl_ioctl() 174 conv_descriptor, &fd, &code, &str, &len)) { in fcntl_ioctl() 197 conv_descriptor, &fd, &code, &arg)) { in fcntl_ioctl() 258 conv_descriptor, &fd, &code)) in fcntl_flock() 316 conv_descriptor, &fd, &code, in fcntl_lockf()
|
/external/python/cpython3/Modules/ |
D | fcntlmodule.c | 24 conv_descriptor(PyObject *object, int *target) in conv_descriptor() function
|
/external/tensorflow/tensorflow/stream_executor/rocm/ |
D | rocm_dnn.cc | 1120 miopenConvolutionDescriptor_t conv_descriptor, in ScopedFusionPlanConvolutionBiasActivation() argument 1126 filter_descriptor, conv_descriptor, in ScopedFusionPlanConvolutionBiasActivation() 1134 fusion_plan_, &conv_op, conv_descriptor, filter_descriptor); in ScopedFusionPlanConvolutionBiasActivation() 1200 miopenConvolutionDescriptor_t conv_descriptor, in GetFusionOpHashValue() argument 1213 tensorflow::Hash64Combine(hash_value, GetHashValue(conv_descriptor)); in GetFusionOpHashValue()
|