Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Done_hot_op.cc34 const TensorShape depth_shape = ctx->InputShape(1); in Compile() local
46 OP_REQUIRES(ctx, TensorShapeUtils::IsScalar(depth_shape), in Compile()
48 depth_shape.DebugString())); in Compile()