Home
last modified time | relevance | path

Searched refs:hwc_tensor (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dprelu_test_util.cc98 ::tflite::gpu::Tensor<HWC, DataType::FLOAT32> hwc_tensor; in PReLUHWCAlphaTest()
99 hwc_tensor.shape = HWC(2, 1, 2); in PReLUHWCAlphaTest()
100 hwc_tensor.data = {0.5f, -2.0f, 0.7f, 4.7f}; in PReLUHWCAlphaTest()
101 attr.alpha = hwc_tensor; in PReLUHWCAlphaTest()
Delementwise.cc285 const auto* hwc_tensor = in CreateElementwise() local
295 } else if (hwc_tensor) { in CreateElementwise()
296 return CreateElementwiseTwoInput(gpu_info, definition, op_type, *hwc_tensor, in CreateElementwise()
Delementwise_test_util.cc650 ::tflite::gpu::Tensor<HWC, DataType::FLOAT32> hwc_tensor; in MaximumWithConstantHWCTensorTest()
651 hwc_tensor.shape = HWC(2, 1, 2); in MaximumWithConstantHWCTensorTest()
652 hwc_tensor.data = {0.5f, 2.0f, 0.7f, 4.7f}; in MaximumWithConstantHWCTensorTest()
654 attr.param = hwc_tensor; in MaximumWithConstantHWCTensorTest()
682 ::tflite::gpu::Tensor<HWC, DataType::FLOAT32> hwc_tensor; in MaximumWithConstantHWCTensorBroadcastChannelsTest()
683 hwc_tensor.shape = HWC(2, 1, 1); in MaximumWithConstantHWCTensorBroadcastChannelsTest()
684 hwc_tensor.data = {0.5f, 2.0f}; in MaximumWithConstantHWCTensorBroadcastChannelsTest()
686 attr.param = hwc_tensor; in MaximumWithConstantHWCTensorBroadcastChannelsTest()
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
Dadd.cc44 const auto* hwc_tensor = in GenerateCode() local
46 if (hwc_tensor) { in GenerateCode()