Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dlinalg_grad.py65 def _GetAxisFromLabel(subscripts, label): argument
90 def _GetBcastSubshape(subscripts): argument
110 def _GetReducedSubscripts(reduced_label_set, input_shape, subscripts): argument
/external/angle/src/libANGLE/
DProgramExecutable.cpp22 std::vector<unsigned int> subscripts; in IncludeSameArrayElement() local
1046 std::vector<unsigned int> subscripts; in linkValidateTransformFeedback() local
1131 std::vector<unsigned int> subscripts; in gatherTransformFeedbackVaryings() local
DVaryingPacking.cpp744 std::vector<unsigned int> subscripts; in collectTFVarying() local
DProgram.cpp238 std::vector<unsigned int> subscripts; in GetInterfaceBlockIndex() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dloop_dependence_helpers.cpp387 std::vector<Instruction*> subscripts; in GetSubscripts() local
/external/swiftshader/third_party/SPIRV-Tools/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/angle/src/libANGLE/renderer/d3d/
DProgramD3D.cpp2825 std::vector<unsigned int> subscripts; in assignSamplerRegisters() local
2940 std::vector<unsigned int> subscripts; in assignImageRegisters() local
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_math_ops.py1335 def einsum(subscripts, *operands, **kwargs): # pylint: disable=missing-docstring argument
/external/tensorflow/tensorflow/python/framework/
Dtest_util.py3051 def _format_subscripts(self, subscripts, value, limit=10, indent=2): argument