Home
last modified time | relevance | path

Searched defs:subscripts (Results 1 – 22 of 22) sorted by relevance

/external/llvm-project/flang/runtime/
Ddescriptor-io.h24 const SubscriptValue subscripts[]) { in ExtractElement()
38 SubscriptValue subscripts[maxRank]; in FormattedIntegerIO() local
68 SubscriptValue subscripts[maxRank]; in FormattedRealIO() local
98 SubscriptValue subscripts[maxRank]; in FormattedComplexIO() local
142 SubscriptValue subscripts[maxRank]; in FormattedCharacterIO() local
179 SubscriptValue subscripts[maxRank]; in FormattedLogicalIO() local
226 SubscriptValue subscripts[maxRank]; in DescriptorIO() local
DISO_Fortran_binding.cpp28 const CFI_cdesc_t *descriptor, const CFI_index_t subscripts[]) { in CFI_address()
/external/llvm-project/flang/lib/Parser/
Dparse-tree.cpp96 const Name &name, std::list<Expr> &&subscripts) { in MakeArrayElementRef()
106 StructureComponent &&sc, std::list<Expr> &&subscripts) { in MakeArrayElementRef()
212 std::list<Expr> subscripts; in ConvertToAssignment() local
/external/tensorflow/tensorflow/python/ops/
Dlinalg_grad.py63 def _GetAxisFromLabel(subscripts, label): argument
88 def _GetBcastSubshape(subscripts): argument
108 def _GetReducedSubscripts(reduced_label_set, input_shape, subscripts): argument
/external/llvm-project/flang/lib/Evaluate/
Dfold-implementation.h159 std::vector<Constant<SubscriptInteger>> subscripts; in Folding() local
180 const std::vector<Constant<SubscriptInteger>> &subscripts) { in ApplySubscripts()
241 const std::vector<Constant<SubscriptInteger>> *subscripts) { in ApplyComponent()
298 const std::vector<Constant<SubscriptInteger>> *subscripts) { in GetConstantComponent()
Dfold-designator.cpp228 std::vector<Subscript> subscripts; in OffsetToArrayRef() local
/external/llvm-project/flang/unittests/Evaluate/
DISO-Fortran-binding.cpp202 const CFI_cdesc_t *dv, const CFI_index_t subscripts[]) { in check_CFI_address()
238 CFI_index_t subscripts[CFI_MAX_RANK]; in run_CFI_address_tests() local
558 CFI_index_t subscripts[]{ in run_CFI_select_part_tests() local
589 CFI_index_t subscripts[]{ in run_CFI_select_part_tests() local
/external/llvm-project/flang/lib/Semantics/
Dresolve-names-utils.h136 std::vector<ConstantSubscript> subscripts; member
Dexpression.cpp210 int subscripts{static_cast<int>(ref.size())}; in CompleteSubscripts() local
255 DataRef &&dataRef, std::vector<Subscript> &&subscripts) { in ApplySubscripts()
904 std::vector<Subscript> subscripts; in AnalyzeSectionSubscripts() local
1058 std::vector<Subscript> subscripts; in Analyze() local
Dresolve-names-utils.cpp353 auto subscripts{currObject_.subscripts}; in AddToSet() local
/external/angle/src/libANGLE/
DProgramExecutable.cpp21 std::vector<unsigned int> subscripts; in IncludeSameArrayElement() local
973 std::vector<unsigned int> subscripts; in linkValidateTransformFeedback() local
1058 std::vector<unsigned int> subscripts; in gatherTransformFeedbackVaryings() local
DVaryingPacking.cpp744 std::vector<unsigned int> subscripts; in collectTFVarying() local
DProgram.cpp322 std::vector<unsigned int> subscripts; in GetInterfaceBlockIndex() local
/external/llvm-project/flang/include/flang/Semantics/
Dscope.h50 std::vector<ConstantSubscript> subscripts; // for array elem member
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_dependence_helpers.cpp387 std::vector<Instruction*> subscripts; in GetSubscripts() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dloop_dependence_helpers.cpp387 std::vector<Instruction*> subscripts; in GetSubscripts() local
/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_dependence_helpers.cpp387 std::vector<Instruction*> subscripts; in GetSubscripts() local
/external/llvm-project/polly/include/polly/
DScopInfo.h884 iterator_range<SubscriptsTy::const_iterator> subscripts() const { in subscripts() function
/external/angle/src/libANGLE/renderer/d3d/
DProgramD3D.cpp2784 std::vector<unsigned int> subscripts; in assignSamplerRegisters() local
2898 std::vector<unsigned int> subscripts; in assignImageRegisters() local
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_math_ops.py1334 def einsum(subscripts, *operands, **kwargs): # pylint: disable=missing-docstring argument
/external/tensorflow/tensorflow/python/framework/
Dtest_util.py2926 def _format_subscripts(self, subscripts, value, limit=10, indent=2): argument
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h1741 std::list<SectionSubscript> subscripts; member
1838 std::list<SectionSubscript> subscripts; member