Home
last modified time | relevance | path

Searched defs:Outputs (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/lite/g3doc/guide/
Dinference.md266 ##### Outputs l4subsection
/external/mesa3d/src/mesa/program/
Dprog_execute.h64 GLfloat Outputs[MAX_PROGRAM_OUTPUTS][4]; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonConstPropagation.cpp677 CellMap Outputs; in visitNonBranch() local
1915 const CellMap &Inputs, CellMap &Outputs) { in evaluate()
2543 const CellMap &Inputs, CellMap &Outputs) { in evaluateHexCompare()
2618 const CellMap &Inputs, CellMap &Outputs) { in evaluateHexLogical()
2665 const CellMap &Inputs, CellMap &Outputs) { in evaluateHexCondMove()
2708 const CellMap &Inputs, CellMap &Outputs) { in evaluateHexExt()
2750 const CellMap &Inputs, CellMap &Outputs) { in evaluateHexVector1()
DHexagonBitTracker.cpp255 -> bool { in evaluate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMIRPrinter.cpp263 std::array<std::string *, 3> Outputs{{&Object.DebugVar.Value, in printStackObjectDbgInfo() local
/external/llvm/lib/Target/Hexagon/
DHexagonBitTracker.cpp189 -> bool { in evaluate()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h360 struct tgsi_exec_vector *Outputs; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp501 void CodeExtractor::findInputsOutputs(ValueSet &Inputs, ValueSet &Outputs, in findInputsOutputs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DPartialInlining.cpp1114 SetVector<Value *> Inputs, Outputs, Sinks; in doMultiRegionFunctionOutlining() local
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp4518 struct Outputs struct
4520 Outputs (size_t size) : out0(size), out1(size) {} in Outputs() argument
4522 vector<typename Out::Out0> out0;
4523 vector<typename Out::Out1> out1;
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp5813 struct Outputs struct
5815 Outputs (size_t size) : out0(size), out1(size) {} in Outputs() function
5817 vector<typename Out::Out0> out0;
5818 vector<typename Out::Out1> out1;
/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp2695 SmallVectorImpl<Expr *> &Outputs) { in SubstExprs()
DTreeTransform.h3290 SmallVectorImpl<Expr *> &Outputs, in TransformExprs()
3853 InputIterator First, InputIterator Last, TemplateArgumentListInfo &Outputs, in TransformTemplateArguments()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp3336 SmallVector<SDValue, 4> Outputs; in FoldConstantArithmetic() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp4277 SmallVector<SDValue, 4> Outputs; in FoldConstantArithmetic() local
/external/mesa3d/src/mesa/main/
Dmtypes.h1800 struct gl_transform_feedback_output *Outputs; member