Home
last modified time | relevance | path

Searched refs:subscripts (Results 1 – 25 of 72) sorted by relevance

123

/external/tensorflow/tensorflow/cc/gradients/
Dlinalg_grad.cc50 absl::optional<int> EinsumGetAxisFromLabel(absl::string_view subscripts, in EinsumGetAxisFromLabel() argument
52 std::vector<absl::string_view> splits = absl::StrSplit(subscripts, kEllipsis); in EinsumGetAxisFromLabel()
81 absl::string_view subscripts) { in EinsumGetBcastSubshape() argument
82 int start = subscripts.find(kEllipsis); in EinsumGetBcastSubshape()
83 if (start == subscripts.npos) { in EinsumGetBcastSubshape()
86 int remaining = subscripts.length() - (start + kEllipsis.length()); in EinsumGetBcastSubshape()
137 Output input_shape, absl::string_view subscripts) { in EinsumGetReducedSubscripts() argument
146 auto axis = EinsumGetAxisFromLabel(subscripts, s); in EinsumGetReducedSubscripts()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Einsum.pbtxt26 output subscript. The input subscripts and the output subscript should consist
53 input subscripts and also in the output subscript make up the batch
65 (e) Expand Diagonal: If the output subscripts contain repeated (explicit) axis
73 The output subscripts must contain only labels appearing in at least one of the
74 input subscripts. Furthermore, all dimensions mapping to the same axis label
77 Any of the input and output subscripts may contain at most a single ellipsis
85 and the output subscripts do not contain ellipsis, then an InvalidArgument error
/external/angle/src/libANGLE/
DProgramExecutable.cpp35 std::vector<unsigned int> subscripts; in IncludeSameArrayElement() local
36 std::string baseName = ParseResourceName(name, &subscripts); in IncludeSameArrayElement()
42 (subscripts.empty() || arrayIndices.empty() || subscripts == arrayIndices)) in IncludeSameArrayElement()
546 std::vector<unsigned int> subscripts; in GetInterfaceBlockIndex() local
547 std::string baseName = ParseResourceName(name, &subscripts); in GetInterfaceBlockIndex()
556 (subscripts.empty() && (!block.pod.isArray || block.pod.arrayElement == 0)); in GetInterfaceBlockIndex()
558 (subscripts.size() == 1 && subscripts[0] == block.pod.arrayElement); in GetInterfaceBlockIndex()
1379 std::vector<unsigned int> subscripts; in linkValidateTransformFeedback() local
1380 std::string baseName = ParseResourceName(tfVaryingName, &subscripts); in linkValidateTransformFeedback()
1411 if (!subscripts.empty() && subscripts[0] >= var->getOutermostArraySize()) in linkValidateTransformFeedback()
[all …]
DVaryingPacking.cpp783 std::vector<unsigned int> subscripts; in collectTFVarying() local
784 std::string baseName = ParseResourceName(tfVarying, &subscripts); in collectTFVarying()
841 if (!subscripts.empty()) in collectTFVarying()
843 subscript = subscripts.back(); in collectTFVarying()
/external/freetype/src/tools/ftrandom/
DMakefile25 -Wchar-subscripts \
/external/tensorflow/tensorflow/python/ops/
Dlinalg_grad.py63 def _GetAxisFromLabel(subscripts, label): argument
77 splits = subscripts.split(ellipsis)
88 def _GetBcastSubshape(subscripts): argument
101 start = subscripts.find(ellipsis)
104 remaining = len(subscripts) - (start + len(ellipsis))
108 def _GetReducedSubscripts(reduced_label_set, input_shape, subscripts): argument
138 reduced_axes = [_GetAxisFromLabel(subscripts, s) for s in reduced_subs]
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_dependence_helpers.cpp385 std::vector<Instruction*> subscripts; in GetSubscripts() local
388 subscripts.push_back(GetOperandDefinition(access_chain, i)); in GetSubscripts()
391 return subscripts; in GetSubscripts()
/external/angle/third_party/spirv-tools/src/source/opt/
Dloop_dependence_helpers.cpp385 std::vector<Instruction*> subscripts; in GetSubscripts() local
388 subscripts.push_back(GetOperandDefinition(access_chain, i)); in GetSubscripts()
391 return subscripts; in GetSubscripts()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_dependence_helpers.cpp385 std::vector<Instruction*> subscripts; in GetSubscripts() local
388 subscripts.push_back(GetOperandDefinition(access_chain, i)); in GetSubscripts()
391 return subscripts; in GetSubscripts()
/external/musl/dist/
Dconfig.mak33 #CFLAGS += -Werror -Wall -Wpointer-arith -Wcast-align -Wno-parentheses -Wno-char-subscripts -Wno-un…
/external/trusty/musl/dist/
Dconfig.mak33 #CFLAGS += -Werror -Wall -Wpointer-arith -Wcast-align -Wno-parentheses -Wno-char-subscripts -Wno-un…
/external/cronet/stable/third_party/icu/
Dicu_nacl.gyp30 '-Wno-char-subscripts',
/external/cronet/tot/third_party/icu/
Dicu_nacl.gyp30 '-Wno-char-subscripts',
/external/tensorflow/tensorflow/python/debug/cli/
Dtensor_format_test.py67 subscripts = list(np.unravel_index(element_index, a.shape))
69 self.assertEqual({tensor_format.BEGIN_INDICES_KEY: subscripts},
99 subscripts = list(np.unravel_index(element_index, a.shape))
101 tensor_format.locate_tensor_element(out, subscripts))
/external/pigweed/third_party/boringssl/
DBUILD.gn64 "-Wno-char-subscripts",
/external/libcxxabi/cmake/
Dconfig-ix.cmake65 check_cxx_compiler_flag(-Wchar-subscripts LIBCXXABI_HAS_WCHAR_SUBSCRIPTS_FLAG)
/external/llvm/bindings/go/llvm/
Ddibuilder.go452 subscripts := d.getOrCreateArray(subscriptsSlice)
458 subscripts.C,
/external/googleapis/google/type/
Dquaternion.proto45 // Cartesian space. Other texts often use alternative names or subscripts, such
/external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/proto/google/type/
Dquaternion.proto45 // Cartesian space. Other texts often use alternative names or subscripts, such
/external/llvm/test/Analysis/DependenceAnalysis/
DNonCanonicalizedSubscript.ll51 ; Extends the previous example to coupled MIV subscripts.
/external/sg3_utils/
Dconfigure.ac102 CFLAGS="$CFLAGS -Wno-char-subscripts";;
/external/pytorch/test/torch_np/numpy_tests/core/
Dtest_einsum.py1041 def optimize_compare(self, subscripts, operands=None): argument
1045 args = [subscripts]
1046 terms = subscripts.split("->")[0].split(",")
1051 args = [subscripts] + operands
/external/clang/docs/
DObjectiveCLiterals.rst349 subscript expressions use integer typed subscripts; *dictionary-style*
350 subscript expressions use Objective-C object pointer typed subscripts.
460 Currently, only subscripts of integral or Objective-C object pointer
/external/tensorflow/tensorflow/python/framework/
Dtest_util.py3286 def _format_subscripts(self, subscripts, value, limit=10, indent=2): argument
3308 subscripts = np.transpose(subscripts)
3312 for subscript in itertools.islice(subscripts, limit):
3315 if len(subscripts) > limit:
/external/libcap-ng/
Dconfigure.ac82 -Wnested-externs -Winline -Wfloat-equal -Wchar-subscripts"

123