Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
H A Dconvert_nodes.cc4935 std::vector<ITensorProxyPtr> second_shuffle_tensors(4, nullptr); in CalcDepthSpaceDynamicShape() local
4950 second_shuffle_tensors[0] = batch_size; in CalcDepthSpaceDynamicShape()
4951 second_shuffle_tensors[1] = in CalcDepthSpaceDynamicShape()
4957 second_shuffle_tensors[2] = in CalcDepthSpaceDynamicShape()
4962 second_shuffle_tensors[3] = in CalcDepthSpaceDynamicShape()
4985 second_shuffle_tensors[0] = batch_size; in CalcDepthSpaceDynamicShape()
4986 second_shuffle_tensors[1] = in CalcDepthSpaceDynamicShape()
4992 second_shuffle_tensors[2] = in CalcDepthSpaceDynamicShape()
4997 second_shuffle_tensors[3] = in CalcDepthSpaceDynamicShape()
5009 result = ConcatenateTensors(params, second_shuffle_tensors, 1); in CalcDepthSpaceDynamicShape()