/external/tensorflow/tensorflow/core/kernels/ |
D | adjust_contrast_op_gpu.cu.cc | 33 template struct functor::AdjustContrast<GPUDevice, uint8>; member in tensorflow::functor 34 template struct functor::AdjustContrast<GPUDevice, int8>; member in tensorflow::functor 35 template struct functor::AdjustContrast<GPUDevice, int16>; member in tensorflow::functor 36 template struct functor::AdjustContrast<GPUDevice, int32>; member in tensorflow::functor 37 template struct functor::AdjustContrast<GPUDevice, int64>; member in tensorflow::functor 38 template struct functor::AdjustContrast<GPUDevice, float>; member in tensorflow::functor 39 template struct functor::AdjustContrast<GPUDevice, double>; member in tensorflow::functor
|
D | adjust_contrast_op.cc | 80 functor::AdjustContrast<Device, T>()( in Compute() 108 void AdjustContrast<GPUDevice, T>::operator()( \ 115 extern template struct AdjustContrast<GPUDevice, T>;
|
D | adjust_contrast_op.h | 26 struct AdjustContrast { struct
|
/external/tensorflow/tensorflow/core/api_def/python_api/ |
D | api_def_AdjustContrast.pbtxt | 2 graph_op_name: "AdjustContrast"
|
/external/tensorflow/tensorflow/core/api_def/java_api/ |
D | api_def_AdjustContrast.pbtxt | 2 graph_op_name: "AdjustContrast"
|
D | api_def_AdjustContrastv2.pbtxt | 4 name: "image.AdjustContrast"
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_AdjustContrast.pbtxt | 2 graph_op_name: "AdjustContrast"
|
D | api_def_AdjustContrastv2.pbtxt | 4 name: "AdjustContrast"
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.raw_ops.pbtxt | 60 name: "AdjustContrast"
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.raw_ops.pbtxt | 60 name: "AdjustContrast"
|
/external/tensorflow/ |
D | RELEASE.md | 1959 * `AdjustContrast` kernel deprecated, new kernel `AdjustContrastv2` takes and
|
/external/tensorflow/tensorflow/core/ops/compat/ |
D | ops_history.v0.pbtxt | 602 name: "AdjustContrast" 640 name: "AdjustContrast"
|
D | ops_history.v1.pbtxt | 1246 name: "AdjustContrast"
|
D | ops_history.v2.pbtxt | 1246 name: "AdjustContrast"
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 34441 func AdjustContrast(scope *Scope, images tf.Output, contrast_factor tf.Output, min_value tf.Output,… func
|
/external/tensorflow/tensorflow/core/ops/ |
D | ops.pbtxt | 444 name: "AdjustContrast"
|