Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dconcat_op.cc156 const TensorShape inp0_shape = ctx->InputShape(1); in Compile() local
159 const int64 inp0_rank = inp0_shape.num_elements(); in Compile()