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_t index = index_tensor.scalar<int32>()(); in Compute()
Dbarrier_ops.cc347 Tensor index_tensor(DT_INT64, TensorShape({})); in InsertOneLocked() local
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc6388 auto index_tensor = in matchAndRewrite() local
6391 rewriter.create<shape::ShapeOfOp>(op.getLoc(), index_tensor, input); in matchAndRewrite()