tensorflow::ops::ZerosLike

tensorflow::ops::ZerosLike

#include <array_ops.h>

Returns a tensor of zeros with the same shape and type as x.

Summary

Arguments:

  • scope: A Scope object
  • x: a tensor of type T.

Returns:

  • Output: a tensor of the same shape and type as x but filled with zeros.
Constructors and Destructors
ZerosLike(const ::tensorflow::Scope & scope, ::登录查看完整内容