Home
last modified time | relevance | path

Searched refs:GetDimForAxis (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_tensor_helper.h69 inline int64_t GetDimForAxis(int64_t axis, int64_t rank) { in GetDimForAxis() function
Dtf_ops_tensor_helper.cc85 int64_t dim = GetDimForAxis(index.getSExtValue(), rank); in InferReductionOpType()
Dtf_ops_n_z.cc2824 axis = GetDimForAxis(axis, value_rank); in verify()