Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dindex_ops.cc38 const TensorShape dimension_shape = ctx->InputShape(1); in Compile() local
40 OP_REQUIRES(ctx, TensorShapeUtils::IsScalar(dimension_shape), in Compile()
43 dimension_shape.DebugString())); in Compile()
Dindex_ops_cpu.cc44 const TensorShape dimension_shape = ctx->InputShape(1); in Compile() local
45 OP_REQUIRES(ctx, TensorShapeUtils::IsScalar(dimension_shape), in Compile()
48 dimension_shape.DebugString())); in Compile()
/external/tensorflow/tensorflow/core/ops/
Dmath_ops.cc909 ShapeHandle dimension_shape; in ArgOpShape() local
910 TF_RETURN_IF_ERROR(c->WithRank(c->input(1), 0, &dimension_shape)); in ArgOpShape()