Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Ddata_flow_grad.py56 def AsInt32(x): function
/external/deqp-deps/amber/include/amber/
Dvalue.h51 int32_t AsInt32() const { return static_cast<int32_t>(uint_value_); } in AsInt32() function
/external/deqp-deps/amber/src/
Dtokenizer.h72 int32_t AsInt32() const { return static_cast<int32_t>(uint_value_); } in AsInt32() function
/external/clang/include/clang/Analysis/Analyses/
DFormatString.h77 AsInt32, // 'I32' (MSVCRT, like __int32) enumerator
/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h420 int32_t AsInt32() const { return static_cast<int32_t>(AsInt64()); } in AsInt32() function