Expand description
Constant syscall component - emits a constant value at
bootstrap. Reads the value AttributeProto’s TensorProto at
invoke time and emits the encoded TensorProto bytes as a
BytesValue. Downstream tensor-shaped consumers decode via
Tensor::from_proto using their declared scalar type.
Structs§
- Constant
Op - Engine dispatch-table marker.
Constants§
- DOMAIN
- Domain for every framework-emitted syscall (compiler gates,
pass_through,gate_dispatch). - OP_TYPE
- Emit a literal from a
TensorProto/BytesProtoattribute.
Functions§
- invoke
- Invoke fn - emits the
valueattribute’s TensorProto bytes as aBytesValue.