Home
last modified time | relevance | path

Searched refs:conv_descriptor (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Modules/clinic/
Dfcntlmodule.c.h36 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/
Dfcntlmodule.c19 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/
Dfcntlmodule.c24 conv_descriptor(PyObject *object, int *target) in conv_descriptor() function
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_dnn.cc1120 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()