Home
last modified time | relevance | path

Searched defs:ishape (Results 76 – 100 of 205) sorted by relevance

123456789

/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/nn/mkldnn/
H A Dmkldnn_slice.cc38 const mxnet::TShape ishape = in.shape(); in MKLDNNSliceFwd() local
H A Dmkldnn_fully_connected.cc155 const mxnet::TShape ishape = in_data->shape(); in MKLDNNFCFlattenData() local
251 const mxnet::TShape& ishape = inputs[fullc::kData + 1].shape(); in MKLDNNFCBackward() local
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/image/
H A Dresize-inl.h119 const auto& ishape = (*in_attrs)[0]; in ResizeShape() local
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/nn/mkldnn/
H A Dmkldnn_slice.cc38 const mxnet::TShape ishape = in.shape(); in MKLDNNSliceFwd() local
H A Dmkldnn_fully_connected.cc155 const mxnet::TShape ishape = in_data->shape(); in MKLDNNFCFlattenData() local
251 const mxnet::TShape& ishape = inputs[fullc::kData + 1].shape(); in MKLDNNFCBackward() local
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/image/
H A Dresize-inl.h119 const auto& ishape = (*in_attrs)[0]; in ResizeShape() local
/dports/misc/adios2/ADIOS2-2.7.1/testing/adios2/bindings/fortran/
H A DTestBPWriteReadHeatMap6D.F9031 integer(kind=8), dimension(6) :: ishape, istart, icount variable
H A DTestBPWriteMemorySelectionRead2D.F9026 integer(kind=8), dimension(2) :: ishape, istart, icount variable
H A DTestBPWriteMemorySelectionRead3D.F9026 integer(kind=8), dimension(3) :: ishape, istart, icount variable
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/numpy/
H A Dnp_where_op-inl.h141 const TShape& ishape = inputs[i].shape_; in NumpyWhereOpForward() local
289 const TShape& ishape = inputs[i].shape_; in NumpyWhereScalarOpForward() local
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/numpy/
H A Dnp_where_op-inl.h141 const TShape& ishape = inputs[i].shape_; in NumpyWhereOpForward() local
289 const TShape& ishape = inputs[i].shape_; in NumpyWhereScalarOpForward() local
/dports/devel/upp/upp/bazaar/plugin/assimp/code/Importer/IFC/
H A DIFCProfile.cpp133 …else if( const Schema_2x3::IfcIShapeProfileDef* const ishape = def.ToPtr<Schema_2x3::IfcIShapeProf… in ProcessParametrizedProfile() local
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Assimp/code/
H A DIFCProfile.cpp132 else if( const IfcIShapeProfileDef* const ishape = def.ToPtr<IfcIShapeProfileDef>()) { in ProcessParametrizedProfile() local
/dports/multimedia/assimp/assimp-5.1.3/code/AssetLib/IFC/
H A DIFCProfile.cpp133 …else if( const Schema_2x3::IfcIShapeProfileDef* const ishape = def.ToPtr<Schema_2x3::IfcIShapeProf… in ProcessParametrizedProfile() local
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/code/
H A DIFCProfile.cpp132 else if( const IfcIShapeProfileDef* const ishape = def.ToPtr<IfcIShapeProfileDef>()) { in ProcessParametrizedProfile() local
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/code/
H A DIFCProfile.cpp133 else if( const IfcIShapeProfileDef* const ishape = def.ToPtr<IfcIShapeProfileDef>()) { in ProcessParametrizedProfile() local
/dports/misc/tvm/incubator-tvm-0.6.1/topi/python/topi/nn/
H A Ddepthwise_conv2d.py199 def depthwise_conv2d_backward_input_nhwc(Filter, Out_grad, oshape, ishape, stride, padding): argument
/dports/devel/allegro5/allegro5-5.2.7.0/demos/speed/
H A Dbullets.c136 int ishape[6]; in draw_bullets() local
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/topi/nn/
H A Ddepthwise_conv2d.py250 def depthwise_conv2d_backward_input_nhwc(Filter, Out_grad, oshape, ishape, stride, padding): argument
/dports/misc/py-tvm/incubator-tvm-0.6.1/topi/python/topi/nn/
H A Ddepthwise_conv2d.py199 def depthwise_conv2d_backward_input_nhwc(Filter, Out_grad, oshape, ishape, stride, padding): argument
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/io/
H A Dimage_io.cc273 mxnet::ShapeVector *ishape, in ResizeShape()
321 mxnet::ShapeVector *ishape, in MakeBorderShape()
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/io/
H A Dimage_io.cc273 mxnet::ShapeVector *ishape, in ResizeShape()
321 mxnet::ShapeVector *ishape, in MakeBorderShape()
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/tensor/
H A Dindexing_op.h529 const mxnet::TShape& ishape = inputs[1].shape_; in EmbeddingOpBackward() local
1192 const mxnet::TShape& ishape = (*in_attrs)[0]; in OneHotOpShape() local
1317 const mxnet::TShape& ishape = (*in_attrs)[1]; in GatherNDShape() local
1371 const mxnet::TShape& ishape = (*in_attrs)[1]; in ScatterNDShape() local
1440 const mxnet::TShape& ishape = inputs[1].shape_; in ScatterNDForward() local
1497 const mxnet::TShape& ishape = inputs[1].shape_; in GatherNDBackward() local
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/tensor/
H A Dindexing_op.h529 const mxnet::TShape& ishape = inputs[1].shape_; in EmbeddingOpBackward() local
1192 const mxnet::TShape& ishape = (*in_attrs)[0]; in OneHotOpShape() local
1317 const mxnet::TShape& ishape = (*in_attrs)[1]; in GatherNDShape() local
1371 const mxnet::TShape& ishape = (*in_attrs)[1]; in ScatterNDShape() local
1440 const mxnet::TShape& ishape = inputs[1].shape_; in ScatterNDForward() local
1497 const mxnet::TShape& ishape = inputs[1].shape_; in GatherNDBackward() local
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/nnvm/
H A Dlegacy_op_util.cc288 mxnet::ShapeVector ishape; in OpPropResourceRequest() local
294 mxnet::ShapeVector ishape; in OpBackResourceRequest() local
301 const mxnet::ShapeVector& ishape, in OpPropCreateLayerOp()

123456789