Home
last modified time | relevance | path

Searched defs:channel_dim (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/contrib/image/ops/
Dimage_ops.cc31 int size_input_idx, DimensionHandle channel_dim) { in SetOutputToSizedImage()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dimage_ops.cc103 int channel_dim = input_shape.dims() - 1; in Compile() local
141 int channel_dim = input_shape.dims() - 1; in Compile() local
181 int channel_dim = input_shape.dims() - 1; in Compile() local
231 const int channel_dim = input_shape.dims() - 1; in Compile() local
285 const int channel_dim = input_shape.dims() - 1; in Compile() local
/external/tensorflow/tensorflow/core/kernels/
Dbias_op.cc55 int32 channel_dim = value_tensor.dims() - 1; in GetBiasValueDims() local
112 size_t channel_dim; in Compute() local
/external/tensorflow/tensorflow/core/ops/
Dnn_ops.cc2395 DimensionHandle channel_dim = in __anon3e672dd83e02() local
2462 DimensionHandle channel_dim = (data_format == "NHWC") in __anon3e672dd83f02() local
Dimage_ops.cc31 int size_input_idx, DimensionHandle channel_dim) { in SetOutputToSizedImage()
/external/tensorflow/tensorflow/core/framework/
Dcommon_shape_fns.cc804 DimensionHandle channel_dim = c->Dim(x, channel_dim_index); in FusedBatchNormShape() local
840 DimensionHandle channel_dim = c->Dim(y_backprop, channel_dim_index); in FusedBatchNormGradShape() local