Home
last modified time | relevance | path

Searched refs:is_2d_ (Results 1 – 10 of 10) sorted by relevance

/dports/math/curv/curv-0.5/libcurv/
H A Dgpu_program.cc20 is_2d_ = false; in GPU_Program()
42 is_2d_ = r->getfield(is_2d_key, cx).to_bool(At_Field("is_2d", cx)); in recognize()
44 if (!is_2d_ && !is_3d_) in recognize()
86 is_2d_ = shape.is_2d_; in recognize()
98 << "\"is_2d\":" << (is_2d_ ? "true" : "false") in write_json()
115 << " is_2d: " << Value{is_2d_} << ";\n" in write_curv()
H A Dshape.cc26 is_2d_ = false; in Shape_Program()
79 is_2d_ = is_2d_val.to_bool(At_Field("is_2d", cx)); in recognize()
81 if (!is_2d_ && !is_3d_) in recognize()
121 is_2d_ = shape.is_2d_; in Shape_Program()
H A Dshape.h55 bool is_2d_; member
65 bool is_shape() const { return is_2d_ || is_3d_; } in is_shape()
H A Dgpu_program.h18 bool is_2d_; member
H A Dfrag.cc23 if (shape.is_2d_) in export_frag()
/dports/math/curv/curv-0.5/curv/
H A Dshapes.cc16 if (shape.is_2d_) std::cerr << "2D"; in print_shape_generic()
17 if (shape.is_2d_ && shape.is_3d_) std::cerr << "/"; in print_shape_generic()
H A Dexport.cc338 if (shape.is_2d_) { in export_png()
/dports/math/curv/curv-0.5/libcurv/io/
H A Dcompiled_shape.cc17 is_2d_ = rshape.is_2d_;
/dports/graphics/tesseract/tesseract-5.0.0/src/lstm/
H A Dlstm.h120 return is_2d_; in Is2D()
140 bool is_2d_; variable
H A Dlstm.cpp106 , is_2d_(two_dimensional) in LSTM()
264 is_2d_ = false; in DeSerialize()
274 is_2d_ = na_ - nf_ == ni_ + 2 * ns_; in DeSerialize()