Home | History | Annotate | Download | only in graph_transformations

Lines Matching refs:kNone

55 // We use kNone to indicate an input unattached to an operator output. Usually
66 if ((op_type == OperatorType::kNone) && (x != nullptr)) {
69 if ((op_type != OperatorType::kNone) && (x == nullptr)) {
88 // We use kNone to indicate an input unattached to an operator output. Usually
100 if ((a_op_type == OperatorType::kNone) && (x != nullptr)) {
103 if ((a_op_type != OperatorType::kNone) && (x == nullptr)) {
114 if ((b_op_type == OperatorType::kNone) && (y != nullptr)) {
117 if ((b_op_type != OperatorType::kNone) && (y == nullptr)) {
138 // We use kNone to indicate an input unattached to an operator output. Usually
151 if ((a_op_type == OperatorType::kNone) && (x != nullptr)) {
154 if ((a_op_type != OperatorType::kNone) && (x == nullptr)) {
165 if ((b_op_type == OperatorType::kNone) && (y != nullptr)) {
168 if ((b_op_type != OperatorType::kNone) && (y == nullptr)) {
179 if ((c_op_type == OperatorType::kNone) && (z != nullptr)) {
182 if ((c_op_type != OperatorType::kNone) && (z == nullptr)) {
253 if (!MatchOperatorInputs(*state_forget_mul, *model, OperatorType::kNone,
294 if (!MatchOperatorInputs(*fc_output_split, *model, OperatorType::kNone,
304 OperatorType::kNone, nullptr, OperatorType::kNone,