|
| | Exec_ComputationBuilderComputationValueSpecifier (const TfToken &computationName, const TfType resultType, ExecProviderResolution &&providerResolution, const bool fallsBackToDispatched=false) |
| |
| This & | InputName (const TfToken &inputName) |
| | Overrides the default input name, setting it to inputName.
|
| |
| This & | Required () |
| | Declares the input is required, i.e., that the computation expects an input value always to be provided at evaluation time.
|
| |
| This & | FallsBackToDispatched () |
| | Declares the input can find dispatched computations if the requested computation name doesn't match a local computation on the provider.
|
| |
|
EXEC_API | Exec_ComputationBuilderValueSpecifierBase (const TfToken &computationName, TfType resultType, ExecProviderResolution &&providerResolution, const TfToken &inputName, bool fallsBackToDispatched) |
| |
|
EXEC_API | Exec_ComputationBuilderValueSpecifierBase (const Exec_ComputationBuilderValueSpecifierBase &) |
| |
A value specifier that requests the value of a computation.
The template parameter determines which types of providers the input registration is allowed to be used on.
Definition at line 267 of file computationBuilders.h.