Home
last modified time | relevance | path

Searched refs:ComputeSize (Results 1 – 25 of 64) sorted by relevance

123

/external/tensorflow/tensorflow/lite/delegates/xnnpack/
Dbinary_elementwise_tester.cc131 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
Dreshape_tester.h39 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);
Dprelu_tester.cc79 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
Dpad_tester.cc97 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
Dleaky_relu_tester.h39 size_ = LeakyReluTester::ComputeSize(shape_); in Shape()
59 static int32_t ComputeSize(const std::vector<int32_t>& shape);
Dunary_elementwise_tester.h40 size_ = UnaryElementwiseTester::ComputeSize(shape_); in Shape()
60 static int32_t ComputeSize(const std::vector<int32_t>& shape);
Dsoftmax_tester.h41 size_ = SoftmaxTester::ComputeSize(shape_); in Shape()
61 static int32_t ComputeSize(const std::vector<int32_t>& shape);
Dfully_connected_tester.h41 input_size_ = ComputeSize(input_shape_); in InputShape()
105 static int32_t ComputeSize(const std::vector<int32_t>& shape);
Dreduce_tester.h41 input_size_ = ReduceTester::ComputeSize(input_shape_); in InputShape()
105 static int32_t ComputeSize(const std::vector<int32_t>& shape);
Dprelu_tester.h77 static int32_t ComputeSize(const std::vector<int32_t>& shape);
Dpad_tester.h77 static int32_t ComputeSize(const std::vector<int32_t>& shape);
/external/skia/src/gpu/dawn/
DGrDawnTextureRenderTarget.cpp30 return GrSurface::ComputeSize(this->backendFormat(), this->dimensions(), in onGpuMemorySize()
DGrDawnRenderTarget.cpp34 return GrSurface::ComputeSize(this->backendFormat(), this->dimensions(), numSamples, in onGpuMemorySize()
/external/skia/src/gpu/vk/
DGrVkTextureRenderTarget.cpp160 GrSurface::ComputeSize(this->backendFormat(), this->dimensions(), in onGpuMemorySize()
164 return GrSurface::ComputeSize(this->backendFormat(), this->dimensions(), in onGpuMemorySize()
/external/skia/src/gpu/mock/
DGrMockTexture.h119 return GrSurface::ComputeSize(this->backendFormat(), this->dimensions(), in onGpuMemorySize()
210 return GrSurface::ComputeSize(this->backendFormat(), this->dimensions(), in onGpuMemorySize()
/external/skia/src/gpu/
DGrSurface.cpp18 size_t GrSurface::ComputeSize(const GrBackendFormat& format, in ComputeSize() function in GrSurface
/external/skqp/src/gpu/gl/
DGrGLRenderTarget.cpp108 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()
DGrGLTextureRenderTarget.cpp68 return GrSurface::ComputeSize(this->config(), this->width(), this->height(), in onGpuMemorySize()
/external/skqp/src/gpu/mock/
DGrMockTexture.h128 return GrSurface::ComputeSize(this->config(), this->width(), this->height(), in onGpuMemorySize()
207 return GrSurface::ComputeSize(this->config(), this->width(), this->height(), in onGpuMemorySize()
/external/skia/src/gpu/gl/
DGrGLRenderTarget.cpp123 return GrSurface::ComputeSize(this->backendFormat(), this->dimensions(), in onGpuMemorySize()
280 size_t size = GrSurface::ComputeSize(this->backendFormat(), this->dimensions(), in dumpMemoryStatistics()
/external/skqp/src/gpu/mtl/
DGrMtlRenderTarget.h67 return GrSurface::ComputeSize(this->config(), this->width(), this->height(), in onGpuMemorySize()
DGrMtlTextureRenderTarget.h75 return GrSurface::ComputeSize(this->config(), this->width(), this->height(), in onGpuMemorySize()
/external/skia/src/gpu/mtl/
DGrMtlTextureRenderTarget.h80 return GrSurface::ComputeSize(this->backendFormat(), this->dimensions(), in onGpuMemorySize()
DGrMtlRenderTarget.h66 return GrSurface::ComputeSize(this->backendFormat(), this->dimensions(), in onGpuMemorySize()
/external/skqp/include/gpu/
DGrSurface.h65 static size_t ComputeSize(GrPixelConfig config, int width, int height, int colorSamplesPerPixel,

123