Searched refs:tanh_1_op (Results 1 – 1 of 1) sorted by relevance
1599 tensorflow::NodeDef* tanh_1_op = tensorflow_graph->add_node(); in ConvertLstmCellOperator() local1600 tanh_1_op->set_op("Tanh"); in ConvertLstmCellOperator()1601 tanh_1_op->set_name(tanh_1_output); in ConvertLstmCellOperator()1602 *tanh_1_op->add_input() = add_1_output; in ConvertLstmCellOperator()1603 (*tanh_1_op->mutable_attr())["T"].set_type(DT_FLOAT); in ConvertLstmCellOperator()