Home
last modified time | relevance | path

Searched refs:get_constant (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/mlir_gpu/
Dmlir_compiler.cc192 auto get_constant = [](mlir::Operation* op, in getLaunchBound() local
201 auto dim_y = get_constant(y_op, "y"); in getLaunchBound()
207 auto dim_z = get_constant(z_op, "z"); in getLaunchBound()
212 return get_constant(dim.x.getDefiningOp(), "x"); in getLaunchBound()
/external/harfbuzz_ng/src/
Dhb-ot-math.cc90 return font->face->table.MATH->get_constant(constant, font); in hb_ot_math_get_constant()
Dhb-ot-math-table.hh696 hb_position_t get_constant (hb_ot_math_constant_t constant, in get_constant() function