Home
last modified time | relevance | path

Searched refs:DimSize (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dmkl_fused_batch_norm_op.cc574 depth_ = dnn_shape_src.DimSize(MklDnnDims::Dim_C); in Compute()
902 depth_ = dnn_shape_src.DimSize(MklDnnDims::Dim_C); in Compute()
904 depth_ = dnn_shape_diff_dst.DimSize(MklDnnDims::Dim_C); in Compute()
Dmkl_avgpooling_op.cc686 original_input_mkl_shape.DimSize(0) == 4, in SanityCheckInputs()
/external/tensorflow/tensorflow/core/util/
Dmkl_util.h516 return this->DimSize(index); in GetDimension()
523 return this->DimSize(index); in GetDimension3D()
581 inline int64 DimSize(int index) const { in DimSize() function
/external/Microsoft-GSL/include/gsl/
Dmulti_span1099 template <std::ptrdiff_t DimSize = dynamic_range>
1102 static const std::ptrdiff_t value = DimSize;