Parent Directory
|
Revision Log
|
Patch
revision 1945 by jfenwick, Mon Oct 13 00:18:55 2008 UTC | revision 1946 by jfenwick, Wed Oct 29 05:48:53 2008 UTC | |
---|---|---|
# | Line 2705 C_TensorUnaryOperation(Data const &arg_0 | Line 2705 C_TensorUnaryOperation(Data const &arg_0 |
2705 | Data arg_0_Z = Data(arg_0); | Data arg_0_Z = Data(arg_0); |
2706 | ||
2707 | // Get rank and shape of inputs | // Get rank and shape of inputs |
2708 | int rank0 = arg_0_Z.getDataPointRank(); | // int rank0 = arg_0_Z.getDataPointRank(); |
2709 | const DataTypes::ShapeType& shape0 = arg_0_Z.getDataPointShape(); | const DataTypes::ShapeType& shape0 = arg_0_Z.getDataPointShape(); |
2710 | int size0 = arg_0_Z.getDataPointSize(); | int size0 = arg_0_Z.getDataPointSize(); |
2711 |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |