Searched refs:max_bounds_const_op (Results 1 – 1 of 1) sorted by relevance
745 tensorflow::NodeDef* max_bounds_const_op = tensorflow_graph->add_node(); in ConvertRelu1Operator() local746 max_bounds_const_op->set_op("Const"); in ConvertRelu1Operator()747 max_bounds_const_op->set_name(max_bounds); in ConvertRelu1Operator()748 (*max_bounds_const_op->mutable_attr())["dtype"].set_type(DT_FLOAT); in ConvertRelu1Operator()750 (*max_bounds_const_op->mutable_attr())["value"].mutable_tensor(); in ConvertRelu1Operator()