Home
last modified time | relevance | path

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

/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/angle/src/libANGLE/
DVaryingPacking.cpp518 std::vector<unsigned int> subscripts; in collectAndPackUserVaryings() local
DProgram.cpp237 std::vector<unsigned int> subscripts; in IncludeSameArrayElement() local
339 std::vector<unsigned int> subscripts; in GetInterfaceBlockIndex() local
4216 std::vector<unsigned int> subscripts; in linkValidateTransformFeedback() local
4297 std::vector<unsigned int> subscripts; in gatherTransformFeedbackVaryings() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_dependence_helpers.cpp387 std::vector<Instruction*> subscripts; in GetSubscripts() local
/external/angle/third_party/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/angle/src/libANGLE/renderer/d3d/
DProgramD3D.cpp2739 std::vector<unsigned int> subscripts; in assignSamplerRegisters() local
2853 std::vector<unsigned int> subscripts; in assignImageRegisters() local
/external/tensorflow/tensorflow/python/framework/
Dtest_util.py2675 def _format_subscripts(self, subscripts, value, limit=10, indent=2): argument