MCPcopy Create free account
hub / github.com/alibaba/nann / dtype

Function dtype

tensorflow/tensorflow/python/keras/backend.py:1216–1243  ·  view source on GitHub ↗

Returns the dtype of a Keras tensor or variable, as a string. Arguments: x: Tensor or variable. Returns: String, dtype of `x`. Examples: ```python >>> from keras import backend as K >>> K.dtype(K.placeholder(shape=(2,4,5))) 'float32' >>> K.dtype(K.placeholder(shape=(2,

(x)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 6

set_valueFunction · 0.70
batch_set_valueFunction · 0.70
_testBasicMethod · 0.50
testApproximateEqualMethod · 0.50

Calls

no outgoing calls