HomeSort by relevance Sort by last modified time
    Searched refs:index_tensor (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
control_flow_ops.cc 174 const Tensor& index_tensor = context->input(0); variable
175 OP_REQUIRES(context, TensorShapeUtils::IsScalar(index_tensor.shape()),
178 index_tensor.shape().DebugString()));
180 int32 index = index_tensor.scalar<int32>()();
barrier_ops.cc 349 Tensor index_tensor(DT_INT64, TensorShape({}));

Completed in 71 milliseconds