Home
last modified time | relevance | path

Searched refs:MakeInt (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
DAPValue.h122 MakeInt(); setInt(std::move(I)); in APValue()
404 void MakeInt() { in MakeInt() function
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc899 static tensorflow::int64 MakeInt(PyObject* integer) { in MakeInt() function
915 tensorflow::int64 id = MakeInt(id_field); in FastTensorId()
933 tensorflow::int64 id = MakeInt(enum_field); in FastTensorDtype()
1025 tensorflow::int64 r = MakeInt(result); in NumElements()
1390 tensorflow::int64 id = MakeInt(item);
1488 static_cast<tensorflow::DataType>(MakeInt(dtype_enum));
2930 static_cast<tensorflow::DataType>(MakeInt(dtype_enum.get()));
2963 absl::StrAppend(&result->str, MakeInt(item));
/external/clang/lib/AST/
DAPValue.cpp130 MakeInt(); in APValue()