HomeSort by relevance Sort by last modified time
    Searched defs:InputType (Results 1 - 25 of 68) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
NonCanonRead.c 43 UINT32 InputType;
68 InputType = 0;
69 if(tioMin != 0) InputType = 2;
70 if(tioTime != 0) ++InputType;
71 //switch(InputType) {
  /external/swiftshader/src/Renderer/
ETC_Decoder.hpp 18 enum InputType
38 /// @param inputType src's format
40 static bool Decode(const unsigned char* src, unsigned char *dst, int w, int h, int dstW, int dstH, int dstPitch, int dstBpp, InputType inputType);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
cStringIO.h 60 PyTypeObject *InputType, *OutputType;
66 (Py_TYPE(O)==PycStringIO->InputType)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
cStringIO.h 60 PyTypeObject *InputType, *OutputType;
66 (Py_TYPE(O)==PycStringIO->InputType)
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
MethodDescriptor.cs 42 private MessageDescriptor inputType;
53 public MessageDescriptor InputType { get { return inputType; } }
88 IDescriptor lookup = File.DescriptorPool.LookupSymbol(Proto.InputType, this);
91 throw new DescriptorValidationException(this, "\"" + Proto.InputType + "\" is not a message type.");
93 inputType = (MessageDescriptor) lookup;
  /external/python/cpython2/Include/
cStringIO.h 60 PyTypeObject *InputType, *OutputType;
66 (Py_TYPE(O)==PycStringIO->InputType)
  /prebuilts/gdb/darwin-x86/include/python2.7/
cStringIO.h 60 PyTypeObject *InputType, *OutputType;
66 (Py_TYPE(O)==PycStringIO->InputType)
  /prebuilts/gdb/linux-x86/include/python2.7/
cStringIO.h 60 PyTypeObject *InputType, *OutputType;
66 (Py_TYPE(O)==PycStringIO->InputType)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
cStringIO.h 60 PyTypeObject *InputType, *OutputType;
66 (Py_TYPE(O)==PycStringIO->InputType)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
cStringIO.h 60 PyTypeObject *InputType, *OutputType;
66 (Py_TYPE(O)==PycStringIO->InputType)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/
example.py 37 class InputType(Type):
98 class OutputType(InputType):
  /external/eigen/unsupported/Eigen/src/AutoDiff/
AutoDiffJacobian.h 35 typedef typename Functor::InputType InputType;
40 InputsAtCompileTime = InputType::RowsAtCompileTime,
57 void operator() (const InputType& x, ValueType* v) const
62 void operator() (const InputType& x, ValueType* v, JacobianType* _jac,
65 void operator() (const InputType& x, ValueType* v, JacobianType* _jac=0) const
  /external/eigen/unsupported/test/
forward_adolc.cpp 31 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType;
63 void operator() (const InputType& x, ValueType* v, JacobianType* _j) const
101 typename Func::InputType x = Func::InputType::Random(f.inputs());
NumericalDiff.cpp 20 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType;
autodiff.cpp 40 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType;
72 void operator() (const InputType& x, ValueType* v, JacobianType* _j) const
114 typedef Matrix<Scalar, 2, 1> InputType;
161 typedef typename Func::InputType InputType;
164 InputType x = InputType::Random(InputType::RowsAtCompileTime);
193 typename Func::InputType x = Func::InputType::Random(f.inputs())
    [all...]
  /external/python/cpython2/Tools/framer/
example.py 37 class InputType(Type):
98 class OutputType(InputType):
  /external/skia/src/gpu/glsl/
GrGLSLVertexGeoBuilder.h 52 enum class InputType {
66 void configure(InputType, OutputType, int maxVertices, int numInvocations = 1);
  /external/skqp/src/gpu/glsl/
GrGLSLVertexGeoBuilder.h 52 enum class InputType {
66 void configure(InputType, OutputType, int maxVertices, int numInvocations = 1);
  /external/eigen/unsupported/Eigen/src/NumericalDiff/
NumericalDiff.h 41 typedef typename Functor::InputType InputType;
64 int df(const InputType& _x, JacobianType &jac) const
71 const typename InputType::Index n = _x.size();
74 InputType x = _x;
  /external/gemmlowp/internal/
output.h 42 template <typename OutputStage, typename InputType>
44 static constexpr int kRows = InputType::kRows;
45 static constexpr int kCols = InputType::kCols;
46 using InputBufferType = typename InputType::BufferType;
55 OutputType Eval(InputType input, int, int) const {
67 using InputType = RegisterBuffer<std::int32_t, Size>;
74 OutputType Eval(InputType input) const {
77 using RegisterType = typename InputType::RegisterType;
81 for (int i = 0; i < InputType::kRegisterCount; i++) {
94 typedef RegisterBlock<std::int32_t, Rows, Cols> InputType;
    [all...]
output_msa.h 29 typedef RegBufferInt32<4> InputType;
36 OutputType Eval(InputType input) const {
62 typedef RegBufferInt32<8> InputType;
69 OutputType Eval(InputType input) const {
119 typedef RegBufferInt32<16> InputType;
126 OutputType Eval(InputType input) const {
137 typedef RegBufferInt32<32> InputType;
144 OutputType Eval(InputType input) const {
159 typedef RegBufferInt32<4> InputType;
166 OutputType Eval(InputType input) const
    [all...]
output_neon.h 29 typedef RegBufferInt32<4> InputType;
36 OutputType Eval(InputType input) const {
48 typedef RegBufferInt32<8> InputType;
55 OutputType Eval(InputType input) const {
67 typedef RegBufferInt32<16> InputType;
74 OutputType Eval(InputType input) const {
89 typedef RegBufferInt32<32> InputType;
96 OutputType Eval(InputType input) const {
113 typedef RegBufferInt32<4> InputType;
120 OutputType Eval(InputType input) const
    [all...]
output_sse.h 29 typedef RegBufferInt32<4> InputType;
36 OutputType Eval(InputType input) const {
48 typedef RegBufferInt32<8> InputType;
55 OutputType Eval(InputType input) const {
68 typedef RegBufferInt32<16> InputType;
75 OutputType Eval(InputType input) const {
87 typedef RegBufferInt32<32> InputType;
94 OutputType Eval(InputType input) const {
109 typedef RegBufferInt32<4> InputType;
116 OutputType Eval(InputType input) const
    [all...]
  /external/tensorflow/tensorflow/contrib/image/kernels/
image_ops.h 153 typedef typename TTypes<T, 4>::ConstTensor InputType;
162 const InputType& images,
  /frameworks/base/core/java/android/text/
InputType.java 28 * <dd>inputType = TYPE_CLASS_TEXT |
32 * <dd>inputType = TYPE_CLASS_TEXT |
37 * <dd>inputType = TYPE_CLASS_DATETIME |
41 public interface InputType {

Completed in 1562 milliseconds

1 2 3