Home
last modified time | relevance | path

Searched refs:SetBHWDCShape (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
Dcl_test.cc64 descriptor_with_shape.SetBHWDCShape(dst_cpu[i]->GetBHWDCShape()); in ExecuteGpuOperationInternal()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dgather_test_util.cc52 dst.SetBHWDCShape(BHWDC(1, 1, 9, 1, 1)); in GatherWidthIntTest()
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/kernels/
Dtest_util.cc70 descriptor_with_shape.SetBHWDCShape(dst_cpu[i]->GetBHWDCShape()); in ExecuteGpuOperationInternal()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dtesting_util.cc98 dst_cpu_descs[i].SetBHWDCShape(dst_sizes[i]); in ExecuteGPUOperation()
Dtensor_desc.h158 void SetBHWDCShape(const BHWDC& new_shape) { shape_ = new_shape; } in SetBHWDCShape() function
Dtensor_desc.cc1608 tensor_desc.SetBHWDCShape(BHWDC(1, 1, 1, 1, src.shape.v)); in CreateConstantLinearTensorDescriptor()
1626 tensor_desc.SetBHWDCShape(BHWDC(1, height, width, 1, 4)); in CreateConstantHWVec4TensorDescriptor()
Dserialization_base.cc424 desc->SetBHWDCShape(BHWDC(fb_desc->shape()->b(), fb_desc->shape()->h(), in Decode()