Home
last modified time | relevance | path

Searched defs:AsInt (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/symbolic_shape/
Dutils.h44 inline int64_t AsInt(const SymbolPtr &s) { return AsInt(s.get()); } in AsInt() function
Dutils.cc200 int64_t AsInt(const Symbol *s) { return s->as<IntSymbol>()->value(); } in AsInt() function
/third_party/grpc/src/core/ext/filters/fault_injection/
Dfault_injection_filter.cc68 auto AsInt(absl::string_view s) -> absl::optional<T> { in AsInt() function
/third_party/flatbuffers/python/flatbuffers/
Dflexbuffers.py609 def AsInt(self): member in Ref
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp3153 APInt AsInt; in parseDirectiveRealValue() local
4785 APInt AsInt; in parseDirectiveRealDCB() local