Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/sksl/ir/
H A DSkSLForStatement.cpp189 std::unique_ptr<Statement> ForStatement::ConvertWhile(const Context& context, in ConvertWhile() function in SkSL::ForStatement
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
H A Dlower_static_tensor_list.cc1402 struct ConvertWhile : public OpConversionPattern<TF::WhileOp> { struct
1405 LogicalResult matchAndRewrite( in matchAndRewrite()