Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/rs/script_api/
H A DSpecification.cpp885 Constant* SystemSpecification::findOrCreateConstant(const string& name, bool* created) { in findOrCreateConstant() function in SystemSpecification
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Transforms/
H A Dsymbolic_shape_optimization.cc101 auto findOrCreateConstant = [&](int64_t c) { in matchAndRewrite() local