Home
last modified time | relevance | path

Searched refs:expand_animations (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/core/lib/gif/
Dgif_io.h47 string* error_string, bool expand_animations = true);
Dgif_io_test.cc142 bool expand_animations = false; in TestExpandAnimations() local
149 &error_string, expand_animations)); in TestExpandAnimations()
Dgif_io.cc60 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/
Dapi_def_DecodeImage.pbtxt29 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/
DDecodeImage.pbtxt33 name: "expand_animations"
/external/tensorflow/tensorflow/python/keras/preprocessing/
Dimage_dataset.py250 img, channels=num_channels, expand_animations=False)
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.io.pbtxt61 …argspec: "args=[\'contents\', \'channels\', \'dtype\', \'name\', \'expand_animations\'], varargs=N…
Dtensorflow.image.pbtxt65 …argspec: "args=[\'contents\', \'channels\', \'dtype\', \'name\', \'expand_animations\'], varargs=N…
Dtensorflow.raw_ops.pbtxt1097 …argspec: "args=[\'contents\', \'channels\', \'dtype\', \'expand_animations\', \'name\'], varargs=N…
/external/tensorflow/tensorflow/core/ops/
Dimage_ops.cc93 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()
Dops.pbtxt11948 name: "expand_animations"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.io.pbtxt81 …argspec: "args=[\'contents\', \'channels\', \'dtype\', \'name\', \'expand_animations\'], varargs=N…
Dtensorflow.image.pbtxt65 …argspec: "args=[\'contents\', \'channels\', \'dtype\', \'name\', \'expand_animations\'], varargs=N…
Dtensorflow.raw_ops.pbtxt1097 …argspec: "args=[\'contents\', \'channels\', \'dtype\', \'expand_animations\', \'name\'], varargs=N…
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_impl.py3084 expand_animations=True): argument
3134 expand_animations=expand_animations,
3140 expand_animations=expand_animations,
3175 if not expand_animations:
Dimage_ops_test.py5969 gif0, dtype=dtypes.float32, expand_animations=False)
6073 expand_animations=False)