pub struct TensorOp {
pub symbol: Symbol,
pub attributes: Value,
}Expand description
Open operation descriptor carried by a tensor request.
Fields§
§symbol: SymbolOperation symbol, for example reshape_op_symbol.
attributes: ValueOpen provider-specific attributes for the operation.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for TensorOp
impl !UnwindSafe for TensorOp
impl Freeze for TensorOp
impl Send for TensorOp
impl Sync for TensorOp
impl Unpin for TensorOp
impl UnsafeUnpin for TensorOp
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more