Searched refs:expand_animations (Results 1 – 16 of 16) sorted by relevance
/external/tensorflow/tensorflow/core/lib/gif/ |
D | gif_io.h | 47 string* error_string, bool expand_animations = true);
|
D | gif_io_test.cc | 142 bool expand_animations = false; in TestExpandAnimations() local 149 &error_string, expand_animations)); in TestExpandAnimations()
|
D | gif_io.cc | 60 string* error_string, bool expand_animations) { in Decode() argument 103 if (!expand_animations) target_num_frames = 1; in Decode()
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_DecodeImage.pbtxt | 29 name: "expand_animations" 47 PNG files. Alternately, set the expand_animations argument of this function to
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/ |
D | DecodeImage.pbtxt | 33 name: "expand_animations"
|
/external/tensorflow/tensorflow/python/keras/preprocessing/ |
D | image_dataset.py | 250 img, channels=num_channels, expand_animations=False)
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.io.pbtxt | 61 …argspec: "args=[\'contents\', \'channels\', \'dtype\', \'name\', \'expand_animations\'], varargs=N…
|
D | tensorflow.image.pbtxt | 65 …argspec: "args=[\'contents\', \'channels\', \'dtype\', \'name\', \'expand_animations\'], varargs=N…
|
D | tensorflow.raw_ops.pbtxt | 1097 …argspec: "args=[\'contents\', \'channels\', \'dtype\', \'expand_animations\', \'name\'], varargs=N…
|
/external/tensorflow/tensorflow/core/ops/ |
D | image_ops.cc | 93 bool expand_animations; in DecodeImageV2ShapeFn() local 98 TF_RETURN_IF_ERROR(c->GetAttr("expand_animations", &expand_animations)); in DecodeImageV2ShapeFn() 113 if (expand_animations) { in DecodeImageV2ShapeFn()
|
D | ops.pbtxt | 11948 name: "expand_animations"
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.io.pbtxt | 81 …argspec: "args=[\'contents\', \'channels\', \'dtype\', \'name\', \'expand_animations\'], varargs=N…
|
D | tensorflow.image.pbtxt | 65 …argspec: "args=[\'contents\', \'channels\', \'dtype\', \'name\', \'expand_animations\'], varargs=N…
|
D | tensorflow.raw_ops.pbtxt | 1097 …argspec: "args=[\'contents\', \'channels\', \'dtype\', \'expand_animations\', \'name\'], varargs=N…
|
/external/tensorflow/tensorflow/python/ops/ |
D | image_ops_impl.py | 3084 expand_animations=True): argument 3134 expand_animations=expand_animations, 3140 expand_animations=expand_animations, 3175 if not expand_animations:
|
D | image_ops_test.py | 5969 gif0, dtype=dtypes.float32, expand_animations=False) 6073 expand_animations=False)
|