Home
last modified time | relevance | path

Searched defs:InputSize (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
Dauthenticatedchannel9.c35 UINT InputSize, in NineAuthenticatedChannel9_Query()
45 UINT InputSize, in NineAuthenticatedChannel9_Configure()
Dnine_lock.c86 UINT InputSize, in LockAuthenticatedChannel9_Query()
100 UINT InputSize, in LockAuthenticatedChannel9_Configure()
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/common/draw/adapter_graphs/
Dsub_graph_kernel_adapter_graph.h50 size_t InputSize() const override { return kernel_->in_tensors().size(); } in InputSize() function
99 size_t InputSize() const override { return graph_->in_tensors().size(); } in InputSize() function
Dcompile_result_adapter_graph.h46 size_t InputSize() const override { return node_->InputSize(); } in InputSize() function
80 size_t InputSize() const override { return graph_->InputSize(); } in InputSize() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/graph_compiler/
Dcompile_result.h49 size_t InputSize() const { return inputs_.size(); } in InputSize() function
84 size_t InputSize() const { return inputs_.size(); } in InputSize() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Dtridiagonalsolve_cpu_kernel.cc28 constexpr size_t InputSize = 2; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h1000 unsigned int InputSize, bool IsSigned, in convertFromSignExtendedInteger()
1006 unsigned int InputSize, bool IsSigned, in convertFromZeroExtendedInteger()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPFloat.h1102 unsigned int InputSize, bool IsSigned, in convertFromSignExtendedInteger()
1108 unsigned int InputSize, bool IsSigned, in convertFromZeroExtendedInteger()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp4395 unsigned int InputSize, in convertFromSignExtendedInteger()
4406 unsigned int InputSize, in convertFromZeroExtendedInteger()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1734 int InputSize = (int)SrcTy->getScalarSizeInBits() - IsInputSigned; in FoldItoFPtoI() local
DInstCombineCompares.cpp5726 unsigned InputSize = IntTy->getScalarSizeInBits(); in foldFCmpIntToFPConst() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp13219 int InputSize = Input.getValueType().getScalarSizeInBits(); in combineBVOfVecSExt() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp13167 unsigned InputSize = (int)SrcVT.getScalarSizeInBits() - IsInputSigned; in FoldIntToFPToInt() local