Home
last modified time | relevance | path

Searched refs:fetch_op (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-cff2-interp-cs.hh103 op_code_t fetch_op () in fetch_op() function
106 return SUPER::fetch_op (); in fetch_op()
Dhb-cff-interp-dict-common.hh202 OPSET::process_op (SUPER::env.fetch_op (), SUPER::env, param); in interpret()
Dhb-cff-interp-common.hh608 op_code_t fetch_op () in fetch_op() function
Dhb-cff-interp-cs-common.hh890 OPSET::process_op (SUPER::env.fetch_op (), SUPER::env, param); in interpret()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_executor.cc1095 FetchOp fetch_op = op.GetFetch(); in matchAndRewrite() local
1101 for (Value operand : fetch_op.fetches()) { in matchAndRewrite()