Lines Matching full:given
39 /// Checks whether the given attribute is an affine map attribute.
42 /// Creates an affine map attribute wrapping the given map. The attribute
46 /// Returns the affine map wrapped in the given affine map attribute.
56 /// Checks whether the given attribute is an array attribute.
59 /// Creates an array element containing the given list of elements in the given
64 /// Returns the number of elements stored in the given array attribute.
67 /// Returns pos-th element stored in the given array attribute.
78 /// Checks whether the given attribute is a dictionary attribute.
81 /// Creates a dictionary attribute containing the given list of elements in the
90 /// Returns pos-th element of the given dictionary attribute.
94 /// Returns the dictionary attribute element with the given name or NULL if the
95 /// given name does not exist in the dictionary.
109 /// Checks whether the given attribute is a floating point attribute.
112 /// Creates a floating point attribute in the given context with the given
124 /// Returns the value stored in the given floating point attribute, interpreting
138 /// Checks whether the given attribute is an integer attribute.
141 /// Creates an integer attribute of the given type with the given integer
146 /// Returns the value stored in the given integer attribute, assuming the value
150 /// Returns the value stored in the given integer attribute, assuming the value
154 /// Returns the value stored in the given integer attribute, assuming the value
165 /// Checks whether the given attribute is a bool attribute.
168 /// Creates a bool attribute in the given context with the given value.
171 /// Returns the value stored in the given bool attribute.
178 /// Checks whether the given attribute is an integer set attribute.
181 /// Creates an integer set attribute wrapping the given set. The attribute
185 /// Returns the integer set wrapped in the given integer set attribute.
196 /// Checks whether the given attribute is an opaque attribute.
199 /// Creates an opaque attribute in the given context associated with the dialect
206 /// Returns the namespace of the dialect with which the given opaque attribute
222 /// Checks whether the given attribute is a string attribute.
225 /// Creates a string attribute in the given context containing the given string.
230 /// Creates a string attribute in the given context containing the given string.
231 /// Additionally, the attribute has the given type.
246 /// Checks whether the given attribute is a symbol reference attribute.
249 /// Creates a symbol reference attribute in the given context referencing a
250 /// symbol identified by the given string inside a list of nested references.
266 /// Returns the number of references nested in the given symbol reference
271 /// Returns pos-th reference nested in the given symbol reference attribute.
286 /// Checks whether the given attribute is a flat symbol reference attribute.
289 /// Creates a flat symbol reference attribute in the given context referencing a
290 /// symbol identified by the given string.
303 /// Checks whether the given attribute is a type attribute.
306 /// Creates a type attribute wrapping the given type in the same context as the
310 /// Returns the type stored in the given type attribute.
320 /// Checks whether the given attribute is a unit attribute.
323 /// Creates a unit attribute in the given context.
333 /// Checks whether the given attribute is an elements attribute.
336 /// Returns the element at the given rank-dimensional index.
341 /// Checks whether the given rank-dimensional index is valid in the given
346 /// Gets the total number of elements in the given elements attribute. In order
357 /// Checks whether the given attribute is a dense array attribute.
366 /// Create a dense array attribute with the given elements.
416 /// Checks whether the given attribute is a dense elements attribute.
424 /// Creates a dense elements attribute with the given Shaped type and elements
429 /// Creates a dense elements attribute with the given Shaped type and elements
446 /// Creates a dense elements attribute with the given Shaped type containing a
469 /// Creates a dense elements attribute with the given shaped type from elements
499 /// Creates a dense elements attribute with the given shaped type from string
504 /// Creates a dense elements attribute that has the same data as the given dense
510 /// Checks whether the given dense elements attribute contains a single
515 /// the given dense elements attribute.
540 /// contained by the given dense elements attribute.
568 /// Returns the raw data of the given dense elements attribute.
636 /// contained by the given dense resource elements attribute.
664 /// Checks whether the given attribute is a sparse elements attribute.
667 /// Creates a sparse elements attribute of the given shape from a list of
676 /// non-null elements in the given sparse elements attribute.
681 /// given sparse elements attribute.
692 // Checks wheather the given attribute is a strided layout attribute.
695 // Creates a strided layout attribute from given strides and offset.
700 // Returns the offset in the given strided layout layout attribute.
703 // Returns the number of strides in the given strided layout attribute.
707 // Returns the pos-th stride stored in the given strided layout attribute.