OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shape_key
(Results
1 - 4
of
4
) sorted by null
/external/tensorflow/tensorflow/contrib/slim/python/slim/data/
tfexample_decoder.py
287
shape_key
=None,
298
shape_key
: the name of the TF-Example feature that contains the shape.
300
shape: the output shape of the SparseTensor. If `
shape_key
` is not
310
self._shape_key =
shape_key
315
if
shape_key
:
316
keys.append(
shape_key
)
tfexample_decoder_test.py
547
'labels': tfexample_decoder.SparseTensor(
shape_key
='shape'),
[
all
...]
/external/tensorflow/tensorflow/python/keras/engine/
network.py
[
all
...]
/external/tensorflow/tensorflow/contrib/tpu/python/tpu/
keras_support.py
[
all
...]
Completed in 4111 milliseconds