Crate caffe2op_string

source ·

Structs

  • | ForEach is a unary functor that forwards | each element of the input array into | the elementwise Functor provided, | and gathers the results of each call | into the resulting array. | | Use it as an adaptor if you want to create | a UnaryElementwiseOp that acts on each | element of the tensor per function call | – this is reasonable for complex types | where vectorization wouldn’t be much | of a gain, performance-wise. |

Type Definitions