Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
Dprelu_test.cc37 PReLUAttributes attr; in TEST()
63 PReLUAttributes attr; in TEST()
90 PReLUAttributes attr;
116 PReLUAttributes attr;
142 PReLUAttributes attr;
168 PReLUAttributes attr;
Dprelu.cc40 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()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dprelu_test_util.cc33 PReLUAttributes attr; in PReLUAlphaTest()
65 PReLUAttributes attr; in PReLUAlphaClipTest()
97 PReLUAttributes attr; in PReLUHWCAlphaTest()
Dprelu.h33 const PReLUAttributes& attr);
Dprelu.cc28 const PReLUAttributes& attr) { in CreatePReLU()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/
Dsimple_selectors.h36 std::unique_ptr<GPUOperation> SelectPReLU(const PReLUAttributes& attr,
Dsimple_selectors.cc59 std::unique_ptr<GPUOperation> SelectPReLU(const PReLUAttributes& attr, in SelectPReLU()
Doperation_selector.cc454 auto attr = absl::any_cast<PReLUAttributes>(node.operation.attributes); in GPUOperationFromNode()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Doperations.h364 struct PReLUAttributes { struct
Dmodel_builder.cc1222 PReLUAttributes attr; in Parse()