Home
last modified time | relevance | path

Searched refs:is_fully_defined (Results 1 – 15 of 15) sorted by relevance

/dports/misc/py-onnx-tf/onnx-tf-1.6.0/onnx_tf/handlers/backend/
H A Dpool_mixin.py35 if x.shape.is_fully_defined() and pads != [0] * spatial_size * 2:
90 if orig_x.shape.is_fully_defined():
H A Dcompress.py21 if condition.shape.is_fully_defined():
H A Dmat_mul_integer.py26 if a_zero_point.shape.is_fully_defined():
H A Dsplit.py40 if x.get_shape().is_fully_defined():
H A Deye_like.py24 if inp.shape.is_fully_defined():
H A Ddilated_pooling.py168 self.is_known_shape = self.input.shape.is_fully_defined()
/dports/misc/py-onnx-tf/onnx-tf-1.6.0/onnx_tf/common/
H A Dtf_helper.py12 if tensor.shape.is_fully_defined():
/dports/misc/libiio/libiio-0.21/tests/
H A Diio_info.c199 if (format->is_fully_defined) in main()
H A Diio_attr.c746 if (format->is_fully_defined) in main()
/dports/misc/libiio/libiio-0.21/
H A Dchannel.c210 char processed = (chn->format.is_fully_defined ? 'A' - 'a' : 0); in get_scan_element()
598 if (!chn->format.is_fully_defined) { in iio_channel_convert()
H A Dxml.c189 chn->format.is_fully_defined = (s == 'S' || s == 'U' || in setup_scan_element()
H A Diio.h1575 bool is_fully_defined; member
H A Dlocal.c1263 chn->format.is_fully_defined = in handle_protected_scan_element_attr()
/dports/misc/mmdnn/MMdnn-0.3.1/mmdnn/conversion/examples/tensorflow/models/
H A Dinception_resnet_v2.py347 if kernel_size.is_fully_defined():
/dports/misc/libiio/libiio-0.21/bindings/python/examples/
H A Diio_attr.py334 if channel.data_format.is_fully_defined: