Searched defs:CellParams (Results 1 – 3 of 3) sorted by relevance
111 struct CellParams struct113 tcu::Vec4 origin;114 VkTransformMatrixKHR transformMatrix;115 …2_t closestPrimitive; // This is a copy of the bottom level AS param. Needed in the isec shader.116 float zDirection; // +1 or +2.117 float minT; // Appropriate so the ray starts at [4,8]118 float maxT; // Appropriate so the ray ends at [20,40]119 uint32_t blasIndex; // [0, kBLASCount)120 uint32_t instanceCustomIndex; // [100 to 150], peudorandomly and without specific meaning.121 VkBool32 opaque;[all …]
175 struct CellParams : public CellParamsBase { struct176 CellParams( in CellParams() function184 const Tensor& w_ih;185 const Tensor& w_hh;186 const Tensor& b_ih_; /* optional */187 const Tensor& b_hh_; /* optional */188 const Tensor& w_hr; /* only defined for LSTMs with projections */190 Tensor matmul_ih(const Tensor& input) const override { in matmul_ih()193 Tensor matmul_hh(const Tensor& h) const override { in matmul_hh()196 Tensor matmul_hr(const Tensor& h) const override { in matmul_hr()[all …]
2458 "CellParams":{ object7839 "CellParams":{ object7863 "CellParams":{ object