File tensor_operators.h¶
↰ Parent directory (src/tensors
)
Contents
Definition (src/tensors/tensor_operators.h
)¶
Includes¶
algorithm
(File algorithm.cu)common/definitions.h
(File definitions.h)functional/shape.h
(File shape.h)functional/tensor.h
(File tensor.h)functional/tmp.h
(File tmp.h)tensors/allocator.h
(File allocator.h)tensors/cpu/add.h
(File add.h)tensors/cpu/element.h
(File element.h)tensors/dispatch.h
(File dispatch.h)tensors/tensor.h
(File tensor.h)
Included By¶
Namespaces¶
Functions¶
Template Function marian::Add(Functor, float, marian::Tensor, Tensors…)
Template Function marian::Add(Functor, marian::Tensor, Tensors…)
Function marian::cpu::Deconcatenate(std::vector<marian::Tensor>&, const marian::Tensor, int)
Function marian::DISPATCH2(Softmax, marian::Tensor, marian::Tensor)
Function marian::DISPATCH2(LSTMCellForward, marian::Tensor, std::vector<marian::Tensor>)
Function marian::DISPATCH2(LogSoftmax, marian::Tensor, marian::Tensor)
Function marian::DISPATCH2(CopyCast, marian::Tensor, const marian::Tensor)
Function marian::DISPATCH2(AddCast, marian::Tensor, const marian::Tensor)
Function marian::DISPATCH3(GRUFastForward, marian::Tensor, std::vector<marian::Tensor>, bool)
Function marian::DISPATCH3(TransposeND, marian::Tensor, marian::Tensor, const std::vector<int>&)
Function marian::DISPATCH3(Concatenate, marian::Tensor, const std::vector<marian::Tensor>&, int)
Function marian::DISPATCH3(CopyRows, marian::Tensor, const marian::Tensor, const marian::Tensor)
Function marian::DISPATCH3(CopyCols, marian::Tensor, const marian::Tensor, const marian::Tensor)
Function marian::DISPATCH4(CrossEntropyPick, marian::Tensor, marian::Tensor, marian::Tensor, float)
Function marian::DISPATCH4(IsNaN, const, Ptr<Allocator>, bool&, bool&)
Function marian::DISPATCH4(Att, marian::Tensor, marian::Tensor, marian::Tensor, marian::Tensor)
Function marian::DISPATCH4(Select, marian::Tensor, const marian::Tensor, const marian::Tensor, int)
Function marian::DISPATCH5(Shift, marian::Tensor, marian::Tensor, marian::Shape, float, bool)
Template Function marian::Reduce(Functor, float, marian::Tensor, Tensors…)
Template Function marian::Reduce(Functor, marian::Tensor, Tensors…)
Template Function marian::Reduce(Functor, AggFunctor, float, marian::Tensor, Tensors…)