Home
last modified time | relevance | path

Searched refs:elementwise_ (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dgpu_operation.cc98 elementwise_(operation.elementwise_), in GPUOperation()
120 elementwise_ = operation.elementwise_; in operator =()
187 if (elementwise_) { in AssembleCode()
217 if (elementwise_ || tensor_to_grid_ == TensorToGrid::kWBToX_HDToY_SToZ) { in GetGridSize()
Dgpu_operation.h135 bool IsLinkable() const { return elementwise_ && linkable_; } in IsLinkable()
147 bool elementwise_ = false; variable
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Delementwise.cc188 op.elementwise_ = true; in CreateElementwiseOneRuntimeOneScalar()
215 result.elementwise_ = true; in CreateElementwiseTwoInput()
247 result.elementwise_ = true; in CreateElementwiseTwoInput()
272 op.elementwise_ = true; in CreateElementwiseOneInput()
307 op.elementwise_ = true; in CreateElementwiseTwoInput()
Drelu.cc26 op.elementwise_ = true; in CreateReLU()
Dadd.cc31 add.elementwise_ = true; in CreateAdd()
Dquantize_and_dequantize.cc41 op.elementwise_ = true; in CreateQuantizeAndDequantize()
Dprelu.cc30 result.elementwise_ = true; in CreatePReLU()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dserialization.cc816 op->elementwise_ = fb_op->elementwise(); in Decode()
883 op_builder.add_elementwise(op.elementwise_); in Encode()