Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dadjust_contrast_op_gpu.cu.cc33 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
Dadjust_contrast_op.cc80 functor::AdjustContrast<Device, T>()( in Compute()
108 void AdjustContrast<GPUDevice, T>::operator()( \
115 extern template struct AdjustContrast<GPUDevice, T>;
Dadjust_contrast_op.h26 struct AdjustContrast { struct
/external/tensorflow/tensorflow/core/api_def/python_api/
Dapi_def_AdjustContrast.pbtxt2 graph_op_name: "AdjustContrast"
/external/tensorflow/tensorflow/core/api_def/java_api/
Dapi_def_AdjustContrast.pbtxt2 graph_op_name: "AdjustContrast"
Dapi_def_AdjustContrastv2.pbtxt4 name: "image.AdjustContrast"
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_AdjustContrast.pbtxt2 graph_op_name: "AdjustContrast"
Dapi_def_AdjustContrastv2.pbtxt4 name: "AdjustContrast"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.raw_ops.pbtxt60 name: "AdjustContrast"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.raw_ops.pbtxt60 name: "AdjustContrast"
/external/tensorflow/
DRELEASE.md1959 * `AdjustContrast` kernel deprecated, new kernel `AdjustContrastv2` takes and
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v0.pbtxt602 name: "AdjustContrast"
640 name: "AdjustContrast"
Dops_history.v1.pbtxt1246 name: "AdjustContrast"
Dops_history.v2.pbtxt1246 name: "AdjustContrast"
/external/tensorflow/tensorflow/go/op/
Dwrappers.go34441 func AdjustContrast(scope *Scope, images tf.Output, contrast_factor tf.Output, min_value tf.Output,… func
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt444 name: "AdjustContrast"