Struct tfdeploy::ops::konst::Const[][src]

pub struct Const { /* fields omitted */ }

Methods

impl Const
[src]

Trait Implementations

impl Debug for Const
[src]

Formats the value using the given formatter. Read more

impl Clone for Const
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Op for Const
[src]

Evaluates the operation given the input tensors.

Returns the attributes of the operation and their values.

Important traits for Box<R>

Returns a new streaming buffer for the operation.

Evaluates one step of the operation on the given input tensors. This is only implemented for operators which support streaming. Read more

Infers properties about the input and output tensors. Read more

impl InferenceRulesOp for Const
[src]

Registers the inference rules of the operator.

Auto Trait Implementations

impl Send for Const

impl Sync for Const