Lines Matching refs:object
6 Different Ceed backends are selected by instantiating a different {ref}`Ceed` object to create the …
12 A new method for the associated libCEED object can be added in `/include/ceed-impl.h`, with a corre…
13 … the backend specific implementation of the object, typically found in `/backends/[impl]/ceed-[imp…
27 …gation - Developers may use {c:func}`CeedSetDelegate` to set a general delegate {ref}`Ceed` object.
29 …For example, the `/cpu/self/xsmm/serial` backend implements the `CeedTensorContract` object itself…
31 …{c:func}`CeedSetObjectDelegate` to set a delegate {ref}`Ceed` object for a specific libCEED object.
32 …This delegate {ref}`Ceed` will only provide the implementation of that specific libCeed object for…
35 …opers may use {c:func}`CeedSetOperatorFallbackCeed` to set a {ref}`Ceed` object to provide any uni…
37 …Like the delegates above, this fallback {ref}`Ceed` object should be created and set in the backen…
40 …d, then the parent `/gpu/cuda/gen` {ref}`Ceed` object uses its fallback `/gpu/cuda/ref` {ref}`Ceed…
211 …libCEED library should be prefixed by `Ceed` and generally take a `Ceed` object as its first argum…