Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dconcat_op.cc47 const TensorShape concat_dim_tensor_shape = ctx->InputShape(axis_index_); in Compile() local
48 OP_REQUIRES(ctx, TensorShapeUtils::IsScalar(concat_dim_tensor_shape), in Compile()
51 concat_dim_tensor_shape.DebugString())); in Compile()