lamppp
Loading...
Searching...
No Matches
include
lamppp
tensor
fill_like.hpp
1
#pragma once
2
3
#include "scalar.hpp"
4
#include "tensor.hpp"
5
6
namespace
lmp::tensor {
7
8
class
Tensor;
9
16
Tensor full_like(
const
Tensor& tensor, Scalar scalar);
17
23
Tensor ones_like(
const
Tensor& tensor);
24
30
Tensor zeros_like(
const
Tensor& tensor);
31
32
}
// namespace lmp::tensor
Generated by
1.9.8