Home
last modified time | relevance | path

Searched refs:ReLUAttributes (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
Drelu_test.cc47 ReLUAttributes attr; in TEST_F()
60 ReLUAttributes attr; in TEST_F()
73 ReLUAttributes attr; in TEST_F()
86 ReLUAttributes attr; in TEST_F()
Drelu.cc38 const auto& attr = absl::any_cast<const ReLUAttributes&>(ctx.op_attr); in GenerateCode()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Drelu_test_util.cc33 ReLUAttributes attr; in ReLUNoClipNoAlphaTest()
62 ReLUAttributes attr; in ReLUClipTest()
91 ReLUAttributes attr; in ReLUAlphaTest()
120 ReLUAttributes attr; in ReLUAlphaClipTest()
Drelu.h28 const ReLUAttributes& attr);
Drelu.cc24 const ReLUAttributes& attr) { in CreateReLU()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/
Dsimple_selectors.h33 std::unique_ptr<GPUOperation> SelectReLU(const ReLUAttributes& attr,
Dsimple_selectors.cc54 std::unique_ptr<GPUOperation> SelectReLU(const ReLUAttributes& attr, in SelectReLU()
Doperation_selector.cc465 auto attr = absl::any_cast<ReLUAttributes>(node.operation.attributes); in GPUOperationFromNode()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Doperations.h357 struct ReLUAttributes { struct
Dmodel_builder_helper.cc415 ReLUAttributes attr; in MaybeFuseActivation()
Dmodel_builder.cc1477 ReLUAttributes attr; in Parse()