class Tensorflow::TensorSpec
Attributes
dtype[R]
shape[R]
Public Class Methods
new(shape, dtype)
click to toggle source
# File lib/tensorflow/tensor_spec.rb, line 5 def initialize(shape, dtype) @shape = shape @dtype = dtype end