Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dcontrol_flow_ops.cc167 const Tensor& index_tensor = context->input(0); in Compute() local
168 OP_REQUIRES(context, TensorShapeUtils::IsScalar(index_tensor.shape()), in Compute()
171 index_tensor.shape().DebugString())); in Compute()
173 int32 index = index_tensor.scalar<int32>()(); in Compute()
Dbarrier_ops.cc348 Tensor index_tensor(DT_INT64, TensorShape({})); in InsertOneLocked() local
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc5483 auto index_tensor = in matchAndRewrite() local
5486 op.getLoc(), index_tensor, shape_op); in matchAndRewrite()