Home
last modified time | relevance | path

Searched refs:OutputType (Results 1 – 25 of 151) sorted by relevance

1234567

/external/libaom/test/
Dhadamard_test.cc35 template <typename OutputType>
36 void Hadamard4x4(const OutputType *a, OutputType *out) { in Hadamard4x4()
37 OutputType b[8]; in Hadamard4x4()
49 template <typename OutputType>
50 void ReferenceHadamard4x4(const int16_t *a, int a_stride, OutputType *b) { in ReferenceHadamard4x4()
51 OutputType input[16]; in ReferenceHadamard4x4()
52 OutputType buf[16]; in ReferenceHadamard4x4()
55 input[i * 4 + j] = static_cast<OutputType>(a[i * a_stride + j]); in ReferenceHadamard4x4()
64 OutputType temp = b[j * 4 + i]; in ReferenceHadamard4x4()
71 template <typename OutputType>
[all …]
Dfdct4x4_test.cc35 template <typename OutputType>
36 using FdctFunc = void (*)(const int16_t *in, OutputType *out, int stride);
38 template <typename OutputType>
39 using FhtFunc = void (*)(const int16_t *in, OutputType *out, int stride,
42 template <typename OutputType>
44 std::tuple<FdctFunc<OutputType>, FhtFunc<OutputType>, aom_bit_depth_t, int>;
58 template <typename OutputType>
59 class Trans4x4FDCT : public libaom_test::TransformTestBase<OutputType>,
60 public ::testing::TestWithParam<Fdct4x4Param<OutputType>> {
64 using TxfmBaseOutType = libaom_test::TransformTestBase<OutputType>;
[all …]
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DCodedOutputStreamTest.java59 OutputType getOutputType(); in getOutputType()
82 public OutputType getOutputType() { in getOutputType()
83 return OutputType.STREAM; in getOutputType()
107 public OutputType getOutputType() { in getOutputType()
108 return OutputType.ARRAY; in getOutputType()
145 public OutputType getOutputType() { in getOutputType()
146 return OutputType.NIO_HEAP; in getOutputType()
188 public OutputType getOutputType() { in getOutputType()
189 return unsafe ? OutputType.NIO_DIRECT_SAFE : OutputType.NIO_DIRECT_UNSAFE; in getOutputType()
193 private enum OutputType { enum in CodedOutputStreamTest
[all …]
/external/cronet/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DCodedOutputStreamTest.java59 OutputType getOutputType(); in getOutputType()
82 public OutputType getOutputType() { in getOutputType()
83 return OutputType.STREAM; in getOutputType()
107 public OutputType getOutputType() { in getOutputType()
108 return OutputType.ARRAY; in getOutputType()
145 public OutputType getOutputType() { in getOutputType()
146 return OutputType.NIO_HEAP; in getOutputType()
188 public OutputType getOutputType() { in getOutputType()
189 return unsafe ? OutputType.NIO_DIRECT_SAFE : OutputType.NIO_DIRECT_UNSAFE; in getOutputType()
193 private enum OutputType { enum in CodedOutputStreamTest
[all …]
/external/gemmlowp/internal/
Doutput.h50 using OutputBufferType = typename BufferEvalImplType::OutputType;
52 using OutputType = RegisterBlock<OutputScalarType, kRows, kCols>; member
56 OutputType Eval(InputType input, int, int) const { in Eval()
57 OutputType output; in Eval()
69 using OutputType = RegisterBuffer<std::int32_t, Size>;
75 OutputType Eval(InputType input) const {
81 OutputType output;
96 typedef RegisterBlock<std::int32_t, Rows, Cols> OutputType;
101 OutputType Eval(InputType input, int row, int col) const {
102 OutputType output;
[all …]
Doutput_msa.h30 typedef RegBufferUint8<4> OutputType;
36 OutputType Eval(InputType input) const {
37 OutputType output;
59 typedef RegBufferUint8<8> OutputType;
65 OutputType Eval(InputType input) const {
66 OutputType output;
111 typedef RegBufferUint8<16> OutputType;
117 OutputType Eval(InputType input) const {
118 OutputType output;
129 typedef RegBufferUint8<32> OutputType;
[all …]
Doutput_sse.h30 typedef RegBufferUint8<4> OutputType;
36 OutputType Eval(InputType input) const {
37 OutputType output;
49 typedef RegBufferUint8<8> OutputType;
55 OutputType Eval(InputType input) const {
56 OutputType output;
69 typedef RegBufferUint8<16> OutputType;
75 OutputType Eval(InputType input) const {
76 OutputType output;
88 typedef RegBufferUint8<32> OutputType;
[all …]
Doutput_neon.h30 typedef RegBufferUint8<4> OutputType;
36 OutputType Eval(InputType input) const {
37 OutputType output;
49 typedef RegBufferUint8<8> OutputType;
55 OutputType Eval(InputType input) const {
56 OutputType output;
68 typedef RegBufferUint8<16> OutputType;
74 OutputType Eval(InputType input) const {
75 OutputType output;
90 typedef RegBufferUint8<32> OutputType;
[all …]
/external/angle/src/libANGLE/renderer/d3d/d3d9/
Dvertexconversion.h30 typedef T OutputType; typedef
40 typedef ToT OutputType; typedef
50 typedef T OutputType;
60 typedef float OutputType;
87 typedef float OutputType;
151 typedef typename Converter::OutputType OutputType;
156 static const std::size_t finalSize = WidenRule::finalWidth * sizeof(OutputType);
160 OutputType *out = reinterpret_cast<OutputType *>(output);
166 copyComponent(out, ein, 0, static_cast<OutputType>(DefaultValueRule::zero()));
167 copyComponent(out, ein, 1, static_cast<OutputType>(DefaultValueRule::zero()));
[all …]
/external/deqp/external/openglcts/modules/glesext/texture_border_clamp/
DesextcTextureBorderClampSamplingTexture.hpp41 template <typename InputType, typename OutputType>
49 glw::GLuint depth, InputType initValue, InputType initBorderColor, OutputType expectedValue,
50 OutputType expectedBorderColor, glw::GLenum inputType, glw::GLenum outputType);
110 inline OutputType get_expected_value(void) const in get_expected_value()
114 inline OutputType get_expected_border_color(void) const in get_expected_border_color()
142 OutputType m_expected_value;
143 OutputType m_expected_border_color;
291 template <typename InputType, typename OutputType>
298 const TestConfiguration<InputType, OutputType>& configuration);
312 bool checkResult(OutputType expectedValue, OutputType expectedBorderColor, glw::GLint layer);
[all …]
DesextcTextureBorderClampSamplingTexture.cpp40 template <typename InputType, typename OutputType>
41 const glw::GLuint TextureBorderClampSamplingTexture<InputType, OutputType>::m_texture_unit = 0;
61 template <typename InputType, typename OutputType>
62 TestConfiguration<InputType, OutputType>::TestConfiguration( in TestConfiguration()
66OutputType expectedValue, OutputType expectedBorderColor, glw::GLenum inputType, glw::GLenum outpu… in TestConfiguration()
92 template <typename InputType, typename OutputType>
93 TestConfiguration<InputType, OutputType>::TestConfiguration(const TestConfiguration& configuration) in TestConfiguration()
120 template <typename InputType, typename OutputType>
121 TextureBorderClampSamplingTexture<InputType, OutputType>::TextureBorderClampSamplingTexture( in TextureBorderClampSamplingTexture()
123 const TestConfiguration<InputType, OutputType>& configuration) in TextureBorderClampSamplingTexture()
[all …]
/external/clang/lib/Driver/
DAction.cpp76 PreprocessJobAction::PreprocessJobAction(Action *Input, types::ID OutputType) in PreprocessJobAction() argument
77 : JobAction(PreprocessJobClass, Input, OutputType) {} in PreprocessJobAction()
81 PrecompileJobAction::PrecompileJobAction(Action *Input, types::ID OutputType) in PrecompileJobAction() argument
82 : JobAction(PrecompileJobClass, Input, OutputType) {} in PrecompileJobAction()
86 AnalyzeJobAction::AnalyzeJobAction(Action *Input, types::ID OutputType) in AnalyzeJobAction() argument
87 : JobAction(AnalyzeJobClass, Input, OutputType) {} in AnalyzeJobAction()
91 MigrateJobAction::MigrateJobAction(Action *Input, types::ID OutputType) in MigrateJobAction() argument
92 : JobAction(MigrateJobClass, Input, OutputType) {} in MigrateJobAction()
96 CompileJobAction::CompileJobAction(Action *Input, types::ID OutputType) in CompileJobAction() argument
97 : JobAction(CompileJobClass, Input, OutputType) {} in CompileJobAction()
[all …]
/external/tensorflow/tensorflow/lite/kernels/
Darg_min_max_test.cc124 TensorType OutputType() const { return std::get<2>(GetParam()); } in OutputType() function in tflite::__anona9f91d8f0111::ArgMinMaxOpTest
128 if (OutputType() == TensorType_INT32) { in ValidateOutput()
144 ConstantAxis(), OutputType()); in TEST_P()
154 ConstantAxis(), OutputType()); in TEST_P()
164 ConstantAxis(), OutputType()); in TEST_P()
174 ConstantAxis(), OutputType()); in TEST_P()
184 ConstantAxis(), OutputType()); in TEST_P()
194 ConstantAxis(), OutputType()); in TEST_P()
204 ConstantAxis(), OutputType()); in TEST_P()
214 ConstantAxis(), OutputType()); in TEST_P()
[all …]
/external/webrtc/api/test/
Dframe_generator_interface.cc18 FrameGeneratorInterface::OutputType type) { in OutputTypeToString()
20 case OutputType::kI420: in OutputTypeToString()
22 case OutputType::kI420A: in OutputTypeToString()
24 case OutputType::kI010: in OutputTypeToString()
26 case OutputType::kNV12: in OutputTypeToString()
/external/tensorflow/tensorflow/core/kernels/
Dspacetobatch_functor.h52 template <typename InputType, typename OutputType>
53 void SubtleMustCopyFlatHelper(const Tensor& t, OutputType* output) { in SubtleMustCopyFlatHelper()
67 template <typename OutputType>
68 void SubtleMustCopyFlat(const Tensor& t, OutputType* output) { in SubtleMustCopyFlat()
70 SubtleMustCopyFlatHelper<int32, OutputType>(t, output); in SubtleMustCopyFlat()
72 SubtleMustCopyFlatHelper<int64_t, OutputType>(t, output); in SubtleMustCopyFlat()
Dmultinomial_op.cc44 template <typename Device, typename T, typename OutputType>
53 typename TTypes<OutputType>::Matrix output);
70 template <typename T, typename OutputType>
71 struct MultinomialFunctor<CPUDevice, T, OutputType> {
79 typename TTypes<OutputType>::Matrix output) { in operator ()()
148 template <typename Device, typename T, typename OutputType>
211 functor::MultinomialFunctor<Device, T, OutputType>()( in DoCompute()
215 samples_t->matrix<OutputType>()); in DoCompute()
220 template <typename Device, typename T, typename OutputType>
221 class StatefulMultinomialOp : public MultinomialOp<Device, T, OutputType> {
[all …]
Dmultinomial_op_gpu.cu.cc41 template <typename OutputType>
46 OutputType* __restrict__ output) { in MultinomialKernel()
50 using UnsignedOutputType = typename std::make_unsigned<OutputType>::type; in MultinomialKernel()
57 template <typename T, typename OutputType>
58 struct MultinomialFunctor<GPUDevice, T, OutputType> {
66 typename TTypes<OutputType>::Matrix output) { in operator ()()
113 MultinomialKernel<OutputType>, config.block_count, in operator ()()
/external/cronet/net/base/
Dparse_number_unittest.cc73 template <typename OutputType, typename ParseFunc, typename ExpectationType>
79 OutputType parsed_number1; in ExpectParseIntSuccess()
82 EXPECT_EQ(static_cast<OutputType>(expected_output), parsed_number1); in ExpectParseIntSuccess()
87 OutputType parsed_number2; in ExpectParseIntSuccess()
90 EXPECT_EQ(static_cast<OutputType>(expected_output), parsed_number2); in ExpectParseIntSuccess()
96 template <typename OutputType, typename ParseFunc>
101 const OutputType kBogusOutput(23614); in ExpectParseIntFailure()
104 OutputType parsed_number1 = kBogusOutput; in ExpectParseIntFailure()
111 OutputType parsed_number2 = kBogusOutput; in ExpectParseIntFailure()
/external/rust/crates/plotters/src/series/
Dsurface.rs12 type OutputType; typedef
17 result: Self::OutputType, in make_coord() argument
28 type OutputType = $out;
31 $result: Self::OutputType,
99 SurfaceFunc: Fn(D::Input1Type, D::Input2Type) -> D::OutputType,
104 style: StyleConfig<'a, D::OutputType>,
113 SurfaceFunc: Fn(D::Input1Type, D::Input2Type) -> D::OutputType,
162 pub fn style_func<F: Fn(&D::OutputType) -> ShapeStyle>(mut self, f: &'a F) -> Self { in style_func()
181 ) -> <$dir as Direction<X, Y, Z>>::OutputType,
203 SurfaceFunc: Fn(D::Input1Type, D::Input2Type) -> D::OutputType,
/external/libcups/filter/
Drastertopwg.c203 strlcpy(outheader.OutputType, "Automatic", in main()
204 sizeof(outheader.OutputType)); in main()
206 strlcpy(outheader.OutputType, "Graphics", sizeof(outheader.OutputType)); in main()
208 strlcpy(outheader.OutputType, "Photo", sizeof(outheader.OutputType)); in main()
210 strlcpy(outheader.OutputType, "Text", sizeof(outheader.OutputType)); in main()
212 strlcpy(outheader.OutputType, "TextAndGraphics", in main()
213 sizeof(outheader.OutputType)); in main()
217 outheader.OutputType[0] = '\0'; in main()
/external/XNNPACK/test/
Dsubgraph-unary-tester.h22 template <typename InputType, typename OutputType = InputType, size_t min_dim = 0> class UnaryTest …
50 operator_output = std::vector<OutputType>(num_output_elements); in UnaryTest()
51 subgraph_output = std::vector<OutputType>(num_output_elements); in UnaryTest()
88 std::vector<OutputType> operator_output;
89 std::vector<OutputType> subgraph_output;
/external/deqp/external/openglcts/modules/common/
DglcShaderConstExprTests.cpp72 template <typename OutputType>
77 OutputType expectedOutput);
86 OutputType m_expectedOutput;
89 template <typename OutputType>
90 ExecutorTestCase<OutputType>::ExecutorTestCase(deqp::Context& context, const char* name, glu::Shade… in ExecutorTestCase()
91 const ShaderSpec& shaderSpec, OutputType expectedOutput) in ExecutorTestCase()
99 template <typename OutputType>
100 ExecutorTestCase<OutputType>::~ExecutorTestCase(void) in ~ExecutorTestCase()
145 template <typename OutputType>
146 tcu::TestNode::IterateResult ExecutorTestCase<OutputType>::iterate(void) in iterate()
[all …]
/external/libcups/examples/
Dcustom.drv34 *Choice "Auto/Automatic Selection" "<</OutputType(Auto)>>setpagedevice"
35 Choice "Text/Optimize for Text" "<</OutputType(Text)>>setpagedevice"
36 Choice "Graph/Optimize for Graphics" "<</OutputType(Graph)>>setpagedevice"
37 Choice "Photo/Optimize for Photos" "<</OutputType(Photo)>>setpagedevice"
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DIcuConverterConfig.java18 import org.unicode.icu.tool.cldrtoicu.LdmlConverter.OutputType;
46 private ImmutableSet<OutputType> outputTypes = OutputType.ALL;
81 public Builder setOutputTypes(Iterable<OutputType> types) { in setOutputTypes()
139 private final ImmutableSet<OutputType> outputTypes;
159 Arrays.asList(OutputType.values())); in IcuConverterConfig()
183 public Set<OutputType> getOutputTypes() { in getOutputTypes()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_conv_runner.cc69 template <typename ElementType, typename OutputType>
74 DeviceMemory<OutputType> output_buf, in RunGpuConvUnfused()
115 template <typename ElementType, typename BiasType, typename OutputType>
120 DeviceMemory<OutputType> output_buf, in RunGpuConvForwardActivation()
124 se::DeviceMemory<OutputType> side_input(params.fusion->side_input_buf); in RunGpuConvForwardActivation()
185 template <typename ElementType, typename BiasType, typename OutputType,
192 DeviceMemory<OutputType> output_buf, in RunGpuConvInternalImpl()
201 return RunGpuConvForwardActivation<ElementType, BiasType, OutputType>( in RunGpuConvInternalImpl()
210 template <typename ElementType, typename BiasType, typename OutputType,
217 DeviceMemory<OutputType> output_buf, in RunGpuConvInternalImpl()
[all …]

1234567