小编McM*_*MDA的帖子

我什么时候应该定义一个新的TensorFlow操作?

对于我的应用程序,我只能使用预定义的操作创建一个新功能.在这种情况下是否需要定义新的操作?

我的函数的伪代码是:

z1 = myGauss(arg, arg2)

def myGauss(arg, arg2):
  # Here I only used defined tensorflow operations
Run Code Online (Sandbox Code Playgroud)

tensorflow tensorboard

3
推荐指数
1
解决办法
474
查看次数

标签 统计

tensorboard ×1

tensorflow ×1