Searched refs:tanh_0_op (Results 1 – 1 of 1) sorted by relevance
1577 tensorflow::NodeDef* tanh_0_op = tensorflow_graph->add_node(); in ConvertLstmCellOperator() local1578 tanh_0_op->set_op("Tanh"); in ConvertLstmCellOperator()1579 tanh_0_op->set_name(tanh_0_output); in ConvertLstmCellOperator()1580 *tanh_0_op->add_input() = split_output + ":1"; in ConvertLstmCellOperator()1581 (*tanh_0_op->mutable_attr())["T"].set_type(DT_FLOAT); in ConvertLstmCellOperator()