Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dtensor_format.h273 inline int GetFilterTensorInputChannelsDimIndex(int num_dims, in GetFilterTensorInputChannelsDimIndex() function
571 dim_sizes[GetFilterTensorInputChannelsDimIndex(dims, format)] = I; in ShapeFromFilterTensorFormat()
Dtensor_format_test.cc196 EXPECT_EQ(GetFilterTensorInputChannelsDimIndex(num_dims, format), fdm.i()); in RunDimensionIndexesTest()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_a_m.cc1532 int idx = tensorflow::GetFilterTensorInputChannelsDimIndex( in Verify()