Home
last modified time | relevance | path

Searched defs:stmt_t (Results 1 – 2 of 2) sorted by relevance

/dports/databases/unixODBC/unixODBC-2.3.9/Drivers/nn/
H A Ddriver.h94 } stmt_t; typedef
/dports/math/onednn/oneDNN-2.5.1/src/gpu/jit/conv/
H A Dir_core.hpp1500 class stmt_t : public object_t { class
1505 stmt_t(const object_t &obj) : object_t(obj) {} in stmt_t() function in dnnl::impl::gpu::jit::stmt_t
1506 stmt_t(object_t &&obj) : object_t(obj) {} in stmt_t() function in dnnl::impl::gpu::jit::stmt_t