Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dconcat_op.cc126 const TensorShape concat_dim_shape = ctx->InputShape(0); in Compile() local
127 OP_REQUIRES(ctx, TensorShapeUtils::IsScalar(concat_dim_shape), in Compile()
130 concat_dim_shape.DebugString())); in Compile()