/external/tensorflow/tensorflow/lite/delegates/xnnpack/ |
D | reshape_tester.h | 39 input_size_ = ReshapeTester::ComputeSize(input_shape); in InputShape() 51 output_size_ = ReshapeTester::ComputeSize(output_shape); in OutputShape() 75 static int32_t ComputeSize(const std::vector<int32_t>& shape);
|
D | binary_elementwise_tester.cc | 131 default_input1_data + ComputeSize(Input1Shape()), in Test() 137 default_input1_data + ComputeSize(Input1Shape()), in Test() 145 default_input2_data + ComputeSize(Input2Shape()), in Test() 151 default_input2_data + ComputeSize(Input2Shape()), in Test() 163 for (size_t i = 0; i < ComputeSize(OutputShape()); i++) { in Test() 209 std::vector<uint16_t> input1_data(ComputeSize(Input1Shape())); in CreateTfLiteModel() 218 std::vector<float> input1_data(ComputeSize(Input1Shape())); in CreateTfLiteModel() 234 std::vector<uint16_t> input2_data(ComputeSize(Input2Shape())); in CreateTfLiteModel() 243 std::vector<float> input2_data(ComputeSize(Input2Shape())); in CreateTfLiteModel() 409 int32_t BinaryElementwiseTester::ComputeSize( in ComputeSize() function in tflite::xnnpack::BinaryElementwiseTester
|
D | prelu_tester.cc | 79 default_input_data + ComputeSize(InputShape()), in Test() 84 std::copy(default_input_data, default_input_data + ComputeSize(InputShape()), in Test() 95 for (size_t i = 0; i < ComputeSize(OutputShape()); i++) { in Test() 122 std::vector<uint16_t> slope_data(ComputeSize(SlopeShape())); in CreateTfLiteModel() 131 std::vector<float> slope_data(ComputeSize(SlopeShape())); in CreateTfLiteModel() 236 int32_t PreluTester::ComputeSize(const std::vector<int32_t>& shape) { in ComputeSize() function in tflite::xnnpack::PreluTester
|
D | leaky_relu_tester.h | 39 size_ = LeakyReluTester::ComputeSize(shape_); in Shape() 59 static int32_t ComputeSize(const std::vector<int32_t>& shape);
|
D | unary_elementwise_tester.h | 40 size_ = UnaryElementwiseTester::ComputeSize(shape_); in Shape() 60 static int32_t ComputeSize(const std::vector<int32_t>& shape);
|
D | softmax_tester.h | 41 size_ = SoftmaxTester::ComputeSize(shape_); in Shape() 61 static int32_t ComputeSize(const std::vector<int32_t>& shape);
|
D | pad_tester.cc | 97 default_input_data + ComputeSize(InputShape()), in Test() 102 std::copy(default_input_data, default_input_data + ComputeSize(InputShape()), in Test() 113 for (size_t i = 0; i < ComputeSize(OutputShape()); i++) { in Test() 186 int32_t PadTester::ComputeSize(const std::vector<int32_t>& shape) { in ComputeSize() function in tflite::xnnpack::PadTester
|
D | fully_connected_tester.h | 41 input_size_ = ComputeSize(input_shape_); in InputShape() 105 static int32_t ComputeSize(const std::vector<int32_t>& shape);
|
D | reduce_tester.h | 41 input_size_ = ReduceTester::ComputeSize(input_shape_); in InputShape() 105 static int32_t ComputeSize(const std::vector<int32_t>& shape);
|
D | prelu_tester.h | 77 static int32_t ComputeSize(const std::vector<int32_t>& shape);
|
D | pad_tester.h | 77 static int32_t ComputeSize(const std::vector<int32_t>& shape);
|
/external/skia/src/gpu/dawn/ |
D | GrDawnTextureRenderTarget.cpp | 30 return GrSurface::ComputeSize(this->backendFormat(), this->dimensions(), in onGpuMemorySize()
|
D | GrDawnRenderTarget.cpp | 34 return GrSurface::ComputeSize(this->backendFormat(), this->dimensions(), numSamples, in onGpuMemorySize()
|
/external/skia/src/gpu/vk/ |
D | GrVkTextureRenderTarget.cpp | 160 GrSurface::ComputeSize(this->backendFormat(), this->dimensions(), in onGpuMemorySize() 164 return GrSurface::ComputeSize(this->backendFormat(), this->dimensions(), in onGpuMemorySize()
|
/external/skia/src/gpu/ |
D | GrSurface.cpp | 18 size_t GrSurface::ComputeSize(const GrBackendFormat& format, in ComputeSize() function in GrSurface
|
/external/skia/src/gpu/mock/ |
D | GrMockTexture.h | 119 return GrSurface::ComputeSize(this->backendFormat(), this->dimensions(), in onGpuMemorySize() 210 return GrSurface::ComputeSize(this->backendFormat(), this->dimensions(), in onGpuMemorySize()
|
/external/skqp/src/gpu/gl/ |
D | GrGLRenderTarget.cpp | 108 return GrSurface::ComputeSize(this->config(), this->width(), this->height(), in onGpuMemorySize() 225 size_t size = GrSurface::ComputeSize(this->config(), this->width(), this->height(), in dumpMemoryStatistics()
|
D | GrGLTextureRenderTarget.cpp | 68 return GrSurface::ComputeSize(this->config(), this->width(), this->height(), in onGpuMemorySize()
|
/external/skqp/src/gpu/mock/ |
D | GrMockTexture.h | 128 return GrSurface::ComputeSize(this->config(), this->width(), this->height(), in onGpuMemorySize() 207 return GrSurface::ComputeSize(this->config(), this->width(), this->height(), in onGpuMemorySize()
|
/external/skqp/src/gpu/mtl/ |
D | GrMtlRenderTarget.h | 67 return GrSurface::ComputeSize(this->config(), this->width(), this->height(), in onGpuMemorySize()
|
D | GrMtlTextureRenderTarget.h | 75 return GrSurface::ComputeSize(this->config(), this->width(), this->height(), in onGpuMemorySize()
|
/external/skia/src/gpu/mtl/ |
D | GrMtlTextureRenderTarget.h | 80 return GrSurface::ComputeSize(this->backendFormat(), this->dimensions(), in onGpuMemorySize()
|
D | GrMtlRenderTarget.h | 66 return GrSurface::ComputeSize(this->backendFormat(), this->dimensions(), in onGpuMemorySize()
|
/external/skia/src/gpu/gl/ |
D | GrGLRenderTarget.cpp | 123 return GrSurface::ComputeSize(this->backendFormat(), this->dimensions(), in onGpuMemorySize() 280 size_t size = GrSurface::ComputeSize(this->backendFormat(), this->dimensions(), in dumpMemoryStatistics()
|
/external/skqp/include/gpu/ |
D | GrSurface.h | 65 static size_t ComputeSize(GrPixelConfig config, int width, int height, int colorSamplesPerPixel,
|