/external/tensorflow/tensorflow/cc/gradients/ |
D | linalg_grad.cc | 50 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/ |
D | api_def_Einsum.pbtxt | 26 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/ |
D | ProgramExecutable.cpp | 35 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 …]
|
D | VaryingPacking.cpp | 783 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/ |
D | Makefile | 25 -Wchar-subscripts \
|
/external/tensorflow/tensorflow/python/ops/ |
D | linalg_grad.py | 63 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/ |
D | loop_dependence_helpers.cpp | 385 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/ |
D | loop_dependence_helpers.cpp | 385 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/ |
D | loop_dependence_helpers.cpp | 385 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/ |
D | config.mak | 33 #CFLAGS += -Werror -Wall -Wpointer-arith -Wcast-align -Wno-parentheses -Wno-char-subscripts -Wno-un…
|
/external/trusty/musl/dist/ |
D | config.mak | 33 #CFLAGS += -Werror -Wall -Wpointer-arith -Wcast-align -Wno-parentheses -Wno-char-subscripts -Wno-un…
|
/external/cronet/stable/third_party/icu/ |
D | icu_nacl.gyp | 30 '-Wno-char-subscripts',
|
/external/cronet/tot/third_party/icu/ |
D | icu_nacl.gyp | 30 '-Wno-char-subscripts',
|
/external/tensorflow/tensorflow/python/debug/cli/ |
D | tensor_format_test.py | 67 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/ |
D | BUILD.gn | 64 "-Wno-char-subscripts",
|
/external/libcxxabi/cmake/ |
D | config-ix.cmake | 65 check_cxx_compiler_flag(-Wchar-subscripts LIBCXXABI_HAS_WCHAR_SUBSCRIPTS_FLAG)
|
/external/llvm/bindings/go/llvm/ |
D | dibuilder.go | 452 subscripts := d.getOrCreateArray(subscriptsSlice) 458 subscripts.C,
|
/external/googleapis/google/type/ |
D | quaternion.proto | 45 // 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/ |
D | quaternion.proto | 45 // Cartesian space. Other texts often use alternative names or subscripts, such
|
/external/llvm/test/Analysis/DependenceAnalysis/ |
D | NonCanonicalizedSubscript.ll | 51 ; Extends the previous example to coupled MIV subscripts.
|
/external/sg3_utils/ |
D | configure.ac | 102 CFLAGS="$CFLAGS -Wno-char-subscripts";;
|
/external/pytorch/test/torch_np/numpy_tests/core/ |
D | test_einsum.py | 1041 def optimize_compare(self, subscripts, operands=None): argument 1045 args = [subscripts] 1046 terms = subscripts.split("->")[0].split(",") 1051 args = [subscripts] + operands
|
/external/clang/docs/ |
D | ObjectiveCLiterals.rst | 349 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/ |
D | test_util.py | 3286 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/ |
D | configure.ac | 82 -Wnested-externs -Winline -Wfloat-equal -Wchar-subscripts"
|