Home
last modified time | relevance | path

Searched defs:ret_vec (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/libs/yap/example/autodiff_library/
DUaryOPNode.cpp314 void UaryOPNode::hess_forward(unsigned int len, double** ret_vec) in hess_forward()
326 void UaryOPNode::hess_forward_calc0(unsigned int& len, double* lvec, double* ret_vec) in hess_forward_calc0()
DVNode.cpp69 void VNode::hess_forward(unsigned int len, double** ret_vec) in hess_forward()
DPNode.cpp132 void PNode::hess_forward(unsigned int len, double** ret_vec) in hess_forward()
DBinaryOPNode.cpp460 void BinaryOPNode::hess_forward(unsigned int len, double** ret_vec) in hess_forward()
478 …id BinaryOPNode::hess_forward_calc0(unsigned int& len, double* lvec, double* rvec, double* ret_vec) in hess_forward_calc0()
/third_party/mindspore/mindspore/ccsrc/utils/
Dconvert_utils_py.cc409 auto ret_vec = shape_obj.cast<ShapeVector>(); in MakePyInferRes2AbstractTensor() local
456 auto ret_vec = shape_obj.cast<ShapeVector>(); in MakePyInferRes2Abstract() local
/third_party/mindspore/mindspore/core/abstract/
Dutils.cc348 auto ret_vec = shape->shape(); in MakeAbstractTensor() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_arit.c666 LLVMValueRef ret_vec; in lp_build_hadd_partial4() local