Searched refs:reshaped_value (Results 1 – 1 of 1) sorted by relevance
830 Value* reshaped_value = graph->NewValue(); in Parse() local831 reshaped_value->tensor.type = DataType::FLOAT32; in Parse()832 reshaped_value->tensor.shape = in Parse()834 RETURN_IF_ERROR(graph->SetProducer(reshape->id, reshaped_value->id)); in Parse()837 attr.new_shape = reshaped_value->tensor.shape; in Parse()839 RETURN_IF_ERROR(graph->AddConsumer(conv->id, reshaped_value->id)); in Parse()