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

Function int_shape

tensorflow/tensorflow/python/keras/backend.py:1157–1184  ·  view source on GitHub ↗

Returns the shape of tensor or variable as a tuple of int or None entries. Arguments: x: Tensor or variable. Returns: A tuple of integers (or None entries). Examples: ```python >>> from keras import backend as K >>> input = K.placeholder(shape=(2, 4, 5)) >>> K.int_shape(

(x)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

variableFunction · 0.85
dotFunction · 0.85
resize_imagesFunction · 0.85
local_convFunction · 0.85
bias_addFunction · 0.85

Calls 2

tupleFunction · 0.85
as_listMethod · 0.45

Tested by

no test coverage detected