Home
last modified time | relevance | path

Searched refs:InferShape (Results 1 – 25 of 164) sorted by relevance

1234567

/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/
H A Dmake_loss.cc42 CHECK(InferShape(in_shape, &out_shape, &aux_shape)); in CreateOperatorEx()
H A Dconvolution_v1.cc54 CHECK(InferShape(in_shape, &out_shape, &aux_shape)); in CreateOperatorEx()
H A Dbatch_norm_v1.cc42 CHECK(InferShape(in_shape, &out_shape, &aux_shape)); in CreateOperatorEx()
H A Dpooling_v1.cc59 CHECK(InferShape(in_shape, &out_shape, &aux_shape)); in CreateOperatorEx()
H A Dcross_device_copy.cc51 bool InferShape(mxnet::ShapeVector *in_shape, in InferShape() function in mxnet::op::CrossDeviceCopyProp
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/
H A Dmake_loss.cc42 CHECK(InferShape(in_shape, &out_shape, &aux_shape)); in CreateOperatorEx()
H A Dconvolution_v1.cc54 CHECK(InferShape(in_shape, &out_shape, &aux_shape)); in CreateOperatorEx()
H A Dbatch_norm_v1.cc42 CHECK(InferShape(in_shape, &out_shape, &aux_shape)); in CreateOperatorEx()
H A Dpooling_v1.cc59 CHECK(InferShape(in_shape, &out_shape, &aux_shape)); in CreateOperatorEx()
H A Dcross_device_copy.cc51 bool InferShape(mxnet::ShapeVector *in_shape, in InferShape() function in mxnet::op::CrossDeviceCopyProp
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/contrib/
H A Ddeformable_convolution.cc36 CHECK(InferShape(in_shape, &out_shape, &aux_shape)); in CreateOperatorEx()
H A Dmodulated_deformable_convolution.cc34 CHECK(InferShape(in_shape, &out_shape, &aux_shape)); in CreateOperatorEx()
H A Dsync_batch_norm.cc41 CHECK(InferShape(in_shape, &out_shape, &aux_shape)); in CreateOperatorEx()
H A Dcount_sketch.cc39 CHECK(InferShape(in_shape, &out_shape, &aux_shape)); in CreateOperatorEx()
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/contrib/
H A Ddeformable_convolution.cc36 CHECK(InferShape(in_shape, &out_shape, &aux_shape)); in CreateOperatorEx()
H A Dmodulated_deformable_convolution.cc34 CHECK(InferShape(in_shape, &out_shape, &aux_shape)); in CreateOperatorEx()
H A Dsync_batch_norm.cc41 CHECK(InferShape(in_shape, &out_shape, &aux_shape)); in CreateOperatorEx()
/dports/misc/mxnet/incubator-mxnet-1.9.0/plugin/caffe/
H A Dcaffe_loss.cc61 CHECK(InferShape(in_shape, &out_shape, &aux_shape)); in CreateOperatorEx()
H A Dcaffe_op.cc61 CHECK(InferShape(in_shape, &out_shape, &aux_shape)); in CreateOperatorEx()
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/plugin/caffe/
H A Dcaffe_loss.cc61 CHECK(InferShape(in_shape, &out_shape, &aux_shape)); in CreateOperatorEx()
H A Dcaffe_op.cc61 CHECK(InferShape(in_shape, &out_shape, &aux_shape)); in CreateOperatorEx()
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/fusion/
H A Dfused_op.cc61 bool FusedOp::InferShape(const nnvm::NodeAttrs &attrs, in InferShape() function in mxnet::FusedOp
67 subgraph_ = mxnet::exec::InferShape(std::move(subgraph_), in InferShape()
184 return op->InferShape(attrs, in_attrs, out_attrs); in FusedOpInferShape()
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/fusion/
H A Dfused_op.cc61 bool FusedOp::InferShape(const nnvm::NodeAttrs &attrs, in InferShape() function in mxnet::FusedOp
67 subgraph_ = mxnet::exec::InferShape(std::move(subgraph_), in InferShape()
184 return op->InferShape(attrs, in_attrs, out_attrs); in FusedOpInferShape()
/dports/misc/mxnet/incubator-mxnet-1.9.0/include/mxnet/
H A Doperator.h200 virtual bool InferShape(mxnet::ShapeVector *in_shape,
266 CHECK(InferShape(in_shape, &out_shape, &aux_shape)); in CreateOperatorEx()
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/include/mxnet/
H A Doperator.h200 virtual bool InferShape(mxnet::ShapeVector *in_shape,
266 CHECK(InferShape(in_shape, &out_shape, &aux_shape)); in CreateOperatorEx()

1234567