Home
last modified time | relevance | path

Searched refs:ReLUAttributes (Results 1 – 12 of 12) 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.cc41 const auto& attr = std::any_cast<const ReLUAttributes&>(ctx.op_attr); in GenerateCode()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Drelu_test_util.cc34 ReLUAttributes attr; in ReLUNoClipNoAlphaTest()
63 ReLUAttributes attr; in ReLUClipTest()
92 ReLUAttributes attr; in ReLUAlphaTest()
121 ReLUAttributes attr; in ReLUAlphaClipTest()
Drelu.h27 ElementwiseDescriptor CreateReLU(const ReLUAttributes& attr,
31 const ReLUAttributes& attr);
Drelu.cc26 ElementwiseDescriptor CreateReLU(const ReLUAttributes& attr, in CreateReLU()
55 const ReLUAttributes& attr) { in CreateReLU()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/special/
Ddepthwise_conv_plus_1x1_conv.cc70 void AddReluNode(const ReLUAttributes& attr);
356 ReLUAttributes* attr = in AddNode()
357 absl::any_cast<ReLUAttributes>(&node->operation.attributes); in AddNode()
490 void ThinPointwiseFuser::AddReluNode(const ReLUAttributes& attr) { in AddReluNode()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/
Dsimple_selectors.h33 std::unique_ptr<GPUOperation> SelectReLU(const ReLUAttributes& attr,
Dsimple_selectors.cc62 std::unique_ptr<GPUOperation> SelectReLU(const ReLUAttributes& attr, in SelectReLU()
Doperation_selector.cc631 auto attr = absl::any_cast<ReLUAttributes>(node.operation.attributes); in GPUOperationFromNodePart0()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Doperations.h398 struct ReLUAttributes { struct
Dmodel_builder_helper.cc399 ReLUAttributes attr; in MaybeFuseActivation()
Dmodel_builder.cc407 ReLUAttributes relu_attr; in Parse()
1836 ReLUAttributes attr; in Parse()