TensorFlow 測試樣例tf.constant

TensorFlow 測試樣例tf.constant #!/usr/bin/env python3.7 # -*- coding: utf-8 -*- import tensorflow as tf import numpy as np a=tf.constant(2,name="a") b=tf.constant(4,name="b") result=a+b #print(result)#直接輸
相關文章
相關標籤/搜索