Home
last modified time | relevance | path

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

1234

/external/tensorflow/tensorflow/contrib/image/kernels/
Dsegmentation_ops.h61 using OutputType = int64;
65 OutputType* forest, OutputType* rank) in BlockedImageUnionFindFunctor()
75 EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE OutputType
76 find(OutputType index) const { in find()
160 OutputType* const forest_;
162 OutputType* const rank_;
166 EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE void union_down(OutputType batch, in union_down()
167 OutputType row, in union_down()
168 OutputType col) const { in union_down()
180 EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE void union_right(OutputType batch, in union_right()
[all …]
Dsegmentation_ops.cc34 using OutputType = typename BlockedImageUnionFindFunctor<bool>::OutputType; typedef
58 forest_t.flat<OutputType>()); in Compute()
59 auto rank = rank_t.tensor<OutputType, 3>(); in Compute()
60 rank.device(ctx->eigen_device<Device>()) = rank.constant(OutputType(0)); in Compute()
63 auto forest = forest_t.tensor<OutputType, 3>(); in Compute()
65 ctx, output_t->flat<OutputType>(), images, forest, rank); in Compute()
78 typename TTypes<OutputType>::Flat output, in operator ()()
80 typename TTypes<OutputType, 3>::Tensor forest, in operator ()()
81 typename TTypes<OutputType, 3>::Tensor rank) { in operator ()()
/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()
183 public OutputType getOutputType() { in getOutputType()
184 return OutputType.NIO_DIRECT; in getOutputType()
188 private enum OutputType { enum in CodedOutputStreamTest
[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/gemmlowp/internal/
Doutput.h49 using OutputBufferType = typename BufferEvalImplType::OutputType;
51 using OutputType = RegisterBlock<OutputScalarType, kRows, kCols>; member
55 OutputType Eval(InputType input, int, int) const { in Eval()
56 OutputType output; in Eval()
68 using OutputType = RegisterBuffer<std::int32_t, Size>;
74 OutputType Eval(InputType input) const {
80 OutputType output;
95 typedef RegisterBlock<std::int32_t, Rows, Cols> OutputType;
100 OutputType Eval(InputType input, int row, int col) const {
101 OutputType output;
[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_msa.h30 typedef RegBufferUint8<4> OutputType;
36 OutputType Eval(InputType input) const {
37 OutputType output;
63 typedef RegBufferUint8<8> OutputType;
69 OutputType Eval(InputType input) const {
70 OutputType output;
120 typedef RegBufferUint8<16> OutputType;
126 OutputType Eval(InputType input) const {
127 OutputType output;
138 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/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/skia/src/gpu/glsl/
DGrGLSLVertexGeoBuilder.cpp59 static const char* output_type_name(GrGLSLGeometryBuilder::OutputType out) { in output_type_name()
60 using OutputType = GrGLSLGeometryBuilder::OutputType; in output_type_name() typedef
62 case OutputType::kPoints: return "points"; in output_type_name()
63 case OutputType::kLineStrip: return "line_strip"; in output_type_name()
64 case OutputType::kTriangleStrip: return "triangle_strip"; in output_type_name()
70 void GrGLSLGeometryBuilder::configure(InputType inputType, OutputType outputType, int maxVertices, in configure()
/external/skqp/src/gpu/glsl/
DGrGLSLVertexGeoBuilder.cpp59 static const char* output_type_name(GrGLSLGeometryBuilder::OutputType out) { in output_type_name()
60 using OutputType = GrGLSLGeometryBuilder::OutputType; in output_type_name() typedef
62 case OutputType::kPoints: return "points"; in output_type_name()
63 case OutputType::kLineStrip: return "line_strip"; in output_type_name()
64 case OutputType::kTriangleStrip: return "triangle_strip"; in output_type_name()
70 void GrGLSLGeometryBuilder::configure(InputType inputType, OutputType outputType, int maxVertices, in configure()
/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, 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>
44 const float* maxima, OutputType* output) { in MultinomialKernel()
48 using UnsignedOutputType = typename std::make_unsigned<OutputType>::type; in MultinomialKernel()
55 template <typename T, typename OutputType>
56 struct MultinomialFunctor<GPUDevice, T, OutputType> {
64 typename TTypes<OutputType>::Matrix output) { in operator ()()
Dstring_to_number_op.cc33 template <typename OutputType>
49 auto output_flat = output_tensor->flat<OutputType>(); in Compute()
54 strings::SafeStringToNumeric<OutputType>(input_flat(i), in Compute()
/external/libcups/filter/
Drastertopwg.c208 strlcpy(outheader.OutputType, "Automatic", in main()
209 sizeof(outheader.OutputType)); in main()
211 strlcpy(outheader.OutputType, "Graphics", sizeof(outheader.OutputType)); in main()
213 strlcpy(outheader.OutputType, "Photo", sizeof(outheader.OutputType)); in main()
215 strlcpy(outheader.OutputType, "Text", sizeof(outheader.OutputType)); in main()
217 strlcpy(outheader.OutputType, "TextAndGraphics", in main()
218 sizeof(outheader.OutputType)); in main()
222 outheader.OutputType[0] = '\0'; in main()
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorReductionCuda.h273 template <typename Self, typename Op, typename OutputType, bool PacketAccess, typename Enabled = vo…
275 static void run(const Self&, Op&, const GpuDevice&, OutputType*, typename Self::Index) { in run()
281 template <typename Self, typename Op, typename OutputType, bool PacketAccess>
283 Self, Op, OutputType, PacketAccess,
285 internal::is_same<float, OutputType>::value ||
286 internal::is_same<double, OutputType>::value,
288 …static void run(const Self& self, Op& reducer, const GpuDevice& device, OutputType* output, typena…
358 template <typename OutputType>
359 static void run(const Self& self, Op& reducer, const GpuDevice& device, OutputType* output) {
367 …FullReductionLauncher<Self, Op, OutputType, reducer_traits<Op, GpuDevice>::PacketAccess>::run(self…
[all …]
/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/deqp/modules/glshared/
DglsDrawTest.hpp82 enum OutputType enum
183 static std::string outputTypeToString (OutputType type);
194 …static AttributeSpec createAttributeArray (InputType inputType, OutputType outputType, Storage sto…
195 …static AttributeSpec createDefaultAttribute (InputType inputType, OutputType outputType, int compo…
198 OutputType outputType;
/external/clang/tools/driver/
Dcc1as_main.cpp108 FileType OutputType; member
140 OutputType = FT_Asm; in AssemblerInvocation()
228 unsigned OutputType = StringSwitch<unsigned>(Name) in CreateFromArgs() local
233 if (OutputType == ~0U) { in CreateFromArgs()
237 Opts.OutputType = FileType(OutputType); in CreateFromArgs()
320 bool IsBinary = Opts.OutputType == AssemblerInvocation::FT_Obj; in ExecuteAssembler()
375 if (Opts.OutputType == AssemblerInvocation::FT_Asm) { in ExecuteAssembler()
388 } else if (Opts.OutputType == AssemblerInvocation::FT_Null) { in ExecuteAssembler()
391 assert(Opts.OutputType == AssemblerInvocation::FT_Obj && in ExecuteAssembler()
/external/clang/include/clang/Driver/
DAction.h210 PreprocessJobAction(Action *Input, types::ID OutputType);
220 PrecompileJobAction(Action *Input, types::ID OutputType);
230 AnalyzeJobAction(Action *Input, types::ID OutputType);
240 MigrateJobAction(Action *Input, types::ID OutputType);
250 CompileJobAction(Action *Input, types::ID OutputType);
260 BackendJobAction(Action *Input, types::ID OutputType);
270 AssembleJobAction(Action *Input, types::ID OutputType);
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DMethodDescriptor.cs58 public MessageDescriptor OutputType { get { return outputType; } } property in Google.Protobuf.Reflection.MethodDescriptor
95 lookup = File.DescriptorPool.LookupSymbol(Proto.OutputType, this); in CrossLink()
98 …throw new DescriptorValidationException(this, "\"" + Proto.OutputType + "\" is not a message type.… in CrossLink()
/external/skqp/src/gpu/effects/
DGrPorterDuffXferProcessor.cpp33 enum OutputType { enum in BlendFormula
46 constexpr BlendFormula(OutputType primaryOut, OutputType secondaryOut, GrBlendEquation equation, in BlendFormula()
103 OutputType primaryOutput() const { in primaryOutput()
108 OutputType secondaryOutput() const { in secondaryOutput()
143 static constexpr Properties GetProperties(OutputType PrimaryOut, OutputType SecondaryOut,
151 OutputType fPrimaryOutputType : 4;
152 OutputType fSecondaryOutputType : 4;
171 constexpr BlendFormula::Properties BlendFormula::GetProperties(OutputType PrimaryOut, in GetProperties()
172 OutputType SecondaryOut, in GetProperties()
229 BlendFormula::OutputType oneMinusDstCoeffModulateOutput, GrBlendCoeff srcCoeff) { in MakeCoverageFormula()
[all …]
/external/skia/src/gpu/effects/
DGrPorterDuffXferProcessor.cpp33 enum OutputType { enum in BlendFormula
46 constexpr BlendFormula(OutputType primaryOut, OutputType secondaryOut, GrBlendEquation equation, in BlendFormula()
103 OutputType primaryOutput() const { in primaryOutput()
108 OutputType secondaryOutput() const { in secondaryOutput()
143 static constexpr Properties GetProperties(OutputType PrimaryOut, OutputType SecondaryOut,
151 OutputType fPrimaryOutputType : 4;
152 OutputType fSecondaryOutputType : 4;
171 constexpr BlendFormula::Properties BlendFormula::GetProperties(OutputType PrimaryOut, in GetProperties()
172 OutputType SecondaryOut, in GetProperties()
229 BlendFormula::OutputType oneMinusDstCoeffModulateOutput, GrBlendCoeff srcCoeff) { in MakeCoverageFormula()
[all …]

1234