Home
last modified time | relevance | path

Searched defs:assign_zero (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/geometry/algorithms/detail/
Dassign_values.hpp304 struct assign_zero {}; struct
308 struct assign_zero<point_tag, Point> struct
313 struct assign_zero<box_tag, Box> struct
318 struct assign_zero<segment_tag, Segment> struct
/third_party/boost/boost/geometry/algorithms/
Dassign.hpp117 inline void assign_zero(Geometry& geometry) in assign_zero() function
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/
Dconvert.cc188 auto assign_zero = std::make_shared<Assign>("assign/npu_runconfig/zero"); in InitLoopVar() local