Home
last modified time | relevance | path

Searched defs:MakeBool (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/sksl/ir/
DSkSLLiteral.h71 static std::unique_ptr<Literal> MakeBool(const Context& context, Position pos, bool value) { in MakeBool() function
77 static std::unique_ptr<Literal> MakeBool(Position pos, bool value, const Type* type) { in MakeBool() function
/external/tensorflow/tensorflow/python/framework/
Dop_def_library_pybind.cc105 inline bool MakeBool(const py::handle& value, const std::string& arg_name) { in MakeBool() function