Home
last modified time | relevance | path

Searched defs:typecast (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/sksl/ir/
DSkSLConstructor.cpp63 std::unique_ptr<Expression> typecast = ConstructorScalarCast::Convert( in convert_compound_constructor() local
/external/tensorflow/tensorflow/compiler/mlir/lite/
Dflatbuffer_operator.cc249 std::vector<int64_t> typecast(value.begin(), value.end()); in BuildI64ArrayAttr() local
255 std::vector<float> typecast(value.begin(), value.end()); in BuildF32ArrayAttr() local
/external/libtraceevent/include/traceevent/
Devent-parse.h256 struct tep_print_arg_typecast typecast; member