Searched refs:PReLUAttributes (Results 1 – 10 of 10) sorted by relevance
37 PReLUAttributes attr; in TEST()63 PReLUAttributes attr; in TEST()90 PReLUAttributes attr;116 PReLUAttributes attr;142 PReLUAttributes attr;168 PReLUAttributes attr;
40 const auto& attr = absl::any_cast<const PReLUAttributes&>(ctx.op_attr); in GenerateCode()89 const auto& attr = absl::any_cast<const PReLUAttributes&>(ctx.op_attr); in GenerateCode()156 const auto& attr = absl::any_cast<const PReLUAttributes&>(ctx.op_attr); in GenerateCode()
33 PReLUAttributes attr; in PReLUAlphaTest()65 PReLUAttributes attr; in PReLUAlphaClipTest()97 PReLUAttributes attr; in PReLUHWCAlphaTest()
33 const PReLUAttributes& attr);
28 const PReLUAttributes& attr) { in CreatePReLU()
36 std::unique_ptr<GPUOperation> SelectPReLU(const PReLUAttributes& attr,
59 std::unique_ptr<GPUOperation> SelectPReLU(const PReLUAttributes& attr, in SelectPReLU()
454 auto attr = absl::any_cast<PReLUAttributes>(node.operation.attributes); in GPUOperationFromNode()
364 struct PReLUAttributes { struct
1222 PReLUAttributes attr; in Parse()