Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_a_m.cc1063 SmallVector<Value, 8> rhs_args; member
1162 assert(!hoist_params->rhs_args[kv.second]); in matchAndRewrite()
1166 hoist_params->rhs_args[kv.second] = identity_const; in matchAndRewrite()
1170 hoist_params->rhs_args[kv.second] = kv.first; in matchAndRewrite()
1186 loc, hoist_params->rhs_concat_type, hoist_params->rhs_args, rhs_axis); in matchAndRewrite()