File tree 13 files changed +19
-19
lines changed
13 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 18
18
*/
19
19
20
20
/* !
21
- * \file linalg .h
21
+ * \file linalg_impl .h
22
22
* \brief Implementation of unified tensor interface for advanced linear algebra functions
23
23
* (specifically BLAS3/LAPACK) from within mxnet.
24
24
*/
Original file line number Diff line number Diff line change 19
19
20
20
/* !
21
21
* Copyright (c) 2017 by Contributors
22
- * \file control_flow .h
22
+ * \file control_flow_op .h
23
23
* \brief Function definitions of operators for controlling flow
24
24
*/
25
25
#ifndef MXNET_OPERATOR_TENSOR_CONTROL_FLOW_OP_H_
Original file line number Diff line number Diff line change 19
19
20
20
/* !
21
21
* Copyright (c) 2016 by Contributors
22
- * \file elemwise_binary_scalar_op .cc
23
- * \brief CPU Implementation of binary function .
22
+ * \file elemwise_binary_broadcast_op_basic .cc
23
+ * \brief CPU Implementation of basic functions for elementwise binary broadcast operator .
24
24
*/
25
25
#include " ./elemwise_unary_op.h"
26
26
#include " ./elemwise_binary_op.h"
Original file line number Diff line number Diff line change 19
19
20
20
/* !
21
21
* Copyright (c) 2016 by Contributors
22
- * \file elemwise_binary_scalar_op .cu
23
- * \brief GPU Implementation of binary function .
22
+ * \file elemwise_binary_broadcast_op_basic .cu
23
+ * \brief GPU Implementation of basic functions for elementwise binary broadcast operator .
24
24
*/
25
25
#include " ./elemwise_unary_op.h"
26
26
#include " ./elemwise_binary_op.h"
Original file line number Diff line number Diff line change 19
19
20
20
/* !
21
21
* Copyright (c) 2016 by Contributors
22
- * \file elemwise_binary_scalar_op .cu
22
+ * \file elemwise_binary_broadcast_op_extended .cu
23
23
* \brief GPU Implementation of extended functions for elementwise binary broadcast operator.
24
24
*/
25
25
#include " ./elemwise_unary_op.h"
Original file line number Diff line number Diff line change 19
19
20
20
/* !
21
21
* Copyright (c) 2016 by Contributors
22
- * \file elemwise_binary_scalar_op .cu
22
+ * \file elemwise_binary_broadcast_op_logic .cu
23
23
* \brief GPU Implementation of elementwise binary broadcast logical operators.
24
24
*/
25
25
#include " ./elemwise_unary_op.h"
Original file line number Diff line number Diff line change 19
19
20
20
/* !
21
21
* Copyright (c) 2016 by Contributors
22
- * \file elemwise_binary_scalar_op .cc
23
- * \brief CPU Implementation of unary function .
22
+ * \file elemwise_binary_op_extended .cc
23
+ * \brief CPU Implementation of extended functions for elementwise binary broadcast operator. .
24
24
*/
25
25
#include " ./elemwise_unary_op.h"
26
26
#include " ./elemwise_binary_op-inl.h"
Original file line number Diff line number Diff line change 18
18
*/
19
19
20
20
/* !
21
- * \file elementwise_scatter_op .h
21
+ * \file elemwise_scatter_op .h
22
22
* \brief Function definition of elementwise scatter operators
23
23
*/
24
24
#ifndef MXNET_OPERATOR_TENSOR_ELEMWISE_SCATTER_OP_H_
Original file line number Diff line number Diff line change 19
19
20
20
/* !
21
21
* Copyright (c) 2017 by Contributors
22
- * \file la_op_inline .h
22
+ * \file la_op-inl .h
23
23
* \brief Operators for advanced linear algebra.
24
24
*/
25
- #ifndef MXNET_OPERATOR_TENSOR_LA_OP_INLINE_H_
26
- #define MXNET_OPERATOR_TENSOR_LA_OP_INLINE_H_
25
+ #ifndef MXNET_OPERATOR_TENSOR_LA_OP_INL_H_
26
+ #define MXNET_OPERATOR_TENSOR_LA_OP_INL_H_
27
27
28
28
#include " ../linalg.h"
29
29
@@ -672,4 +672,4 @@ struct syevd_backward {
672
672
} // namespace op
673
673
} // namespace mxnet
674
674
675
- #endif // MXNET_OPERATOR_TENSOR_LA_OP_INLINE_H_
675
+ #endif // MXNET_OPERATOR_TENSOR_LA_OP_INL_H_
Original file line number Diff line number Diff line change 23
23
* \brief CPU implementation of Operators for advanced linear algebra.
24
24
*/
25
25
#include " ./la_op.h"
26
- #include " ./la_op_inline .h"
26
+ #include " ./la_op-inl .h"
27
27
28
28
namespace mxnet {
29
29
namespace op {
Original file line number Diff line number Diff line change 22
22
* \brief GPU implementation of Operators for advanced linear algebra.
23
23
*/
24
24
#include " ./la_op.h"
25
- #include " ./la_op_inline .h"
25
+ #include " ./la_op-inl .h"
26
26
27
27
namespace mxnet {
28
28
namespace op {
Original file line number Diff line number Diff line change 20
20
/* !
21
21
* Copyright (c) 2016 by Contributors
22
22
* \file ordering_op-inl.h
23
- * \brief Function definition of matrix related operators
23
+ * \brief Function definition of ordering operators
24
24
*/
25
25
#ifndef MXNET_OPERATOR_TENSOR_ORDERING_OP_INL_H_
26
26
#define MXNET_OPERATOR_TENSOR_ORDERING_OP_INL_H_
Original file line number Diff line number Diff line change 20
20
/* !
21
21
* Copyright (c) 2015 by Contributors
22
22
* \file ordering_op.cu
23
- * \brief GPU Implementation of matrix operations
23
+ * \brief GPU Implementation of ordering operations
24
24
*/
25
25
// this will be invoked by gcc and compile GPU version
26
26
#include " ./ordering_op-inl.h"
You can’t perform that action at this time.
0 commit comments