Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/cc/gradients/
Dlinalg_grad.cc50 absl::optional<int> EinsumGetAxisFromLabel(absl::string_view subscripts, in EinsumGetAxisFromLabel()
81 absl::string_view subscripts) { in EinsumGetBcastSubshape()
137 Output input_shape, absl::string_view subscripts) { in EinsumGetReducedSubscripts()
/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/pytorch/test/torch_np/numpy_tests/core/
Dtest_einsum.py1041 def optimize_compare(self, subscripts, operands=None): argument
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_dependence_helpers.cpp385 std::vector<Instruction*> subscripts; in GetSubscripts() local
/external/angle/third_party/spirv-tools/src/source/opt/
Dloop_dependence_helpers.cpp385 std::vector<Instruction*> subscripts; in GetSubscripts() local
/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_dependence_helpers.cpp385 std::vector<Instruction*> subscripts; in GetSubscripts() local
/external/angle/src/libANGLE/
DProgramExecutable.cpp35 std::vector<unsigned int> subscripts; in IncludeSameArrayElement() local
546 std::vector<unsigned int> subscripts; in GetInterfaceBlockIndex() local
1379 std::vector<unsigned int> subscripts; in linkValidateTransformFeedback() local
1459 std::vector<unsigned int> subscripts; in gatherTransformFeedbackVaryings() local
DVaryingPacking.cpp783 std::vector<unsigned int> subscripts; in collectTFVarying() local
/external/angle/src/libANGLE/renderer/d3d/
DProgramExecutableD3D.cpp2114 std::vector<unsigned int> subscripts; in assignSamplerRegisters() local
2213 std::vector<unsigned int> subscripts; in assignImageRegisters() local
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_math_ops.py1349 def einsum(subscripts, *operands, **kwargs): # pylint: disable=missing-docstring argument
/external/tensorflow/tensorflow/python/framework/
Dtest_util.py3286 def _format_subscripts(self, subscripts, value, limit=10, indent=2): argument