Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/Utility/
DRegisterValueTest.cpp26 TEST(RegisterValueTest, GetScalarValue) { in TEST() argument
/external/llvm-project/flang/include/flang/Evaluate/
Dconstant.h172 std::optional<Scalar<Result>> GetScalarValue() const { in GetScalarValue() function
/external/llvm-project/lldb/source/Utility/
DRegisterValue.cpp136 bool RegisterValue::GetScalarValue(Scalar &scalar) const { in GetScalarValue() function in RegisterValue
/external/llvm-project/flang/lib/Evaluate/
Dconstant.cpp294 Constant<SomeDerived>::GetScalarValue() const { in GetScalarValue() function in Fortran::evaluate::Constant
/external/tensorflow/tensorflow/core/kernels/image/
Dgenerate_box_proposals_op.cu.cc298 Status GetScalarValue(OpKernelContext* context, int input, T* value) { in GetScalarValue() function in tensorflow::GenerateBoundingBoxProposals