/external/tensorflow/tensorflow/contrib/image/kernels/ |
D | segmentation_ops.h | 61 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 …]
|
D | segmentation_ops.cc | 34 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/ |
D | CodedOutputStreamTest.java | 59 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/ |
D | esextcTextureBorderClampSamplingTexture.hpp | 41 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 …]
|
D | esextcTextureBorderClampSamplingTexture.cpp | 40 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() 66 …OutputType 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/ |
D | output.h | 49 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 …]
|
D | output_sse.h | 30 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 …]
|
D | output_msa.h | 30 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 …]
|
D | output_neon.h | 30 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/ |
D | Action.cpp | 76 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/ |
D | GrGLSLVertexGeoBuilder.cpp | 59 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/ |
D | GrGLSLVertexGeoBuilder.cpp | 59 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/ |
D | spacetobatch_functor.h | 52 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()
|
D | multinomial_op.cc | 44 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 …]
|
D | multinomial_op_gpu.cu.cc | 41 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 ()()
|
D | string_to_number_op.cc | 33 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/ |
D | rastertopwg.c | 208 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/ |
D | TensorReductionCuda.h | 273 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/ |
D | glcShaderConstExprTests.cpp | 72 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/ |
D | glsDrawTest.hpp | 82 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/ |
D | cc1as_main.cpp | 108 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/ |
D | Action.h | 210 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/ |
D | MethodDescriptor.cs | 58 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/ |
D | GrPorterDuffXferProcessor.cpp | 33 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/ |
D | GrPorterDuffXferProcessor.cpp | 33 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 …]
|