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

  /external/tensorflow/tensorflow/core/framework/
partial_tensor_shape_test.cc 252 TF_ASSERT_OK(PartialTensorShape::MakePartialShape(dims, 0, &shape));
260 TF_ASSERT_OK(PartialTensorShape::MakePartialShape(dims, 3, &shape));
272 PartialTensorShape::MakePartialShape(dims, 3, &shape).code());
tensor_shape.h 442 static Status MakePartialShape(const T* dims, int n,
  /external/tensorflow/tensorflow/compiler/jit/
shape_inference.cc 39 return PartialTensorShape::MakePartialShape(dims.data(), dims.size(), shape);
  /external/tensorflow/tensorflow/core/common_runtime/
constant_folding_test.cc 474 TF_EXPECT_OK(PartialTensorShape::MakePartialShape(r0_dims, 2, &ps0));
477 TF_EXPECT_OK(PartialTensorShape::MakePartialShape<int>(r1_dims, 3, &ps1));
553 TF_EXPECT_OK(PartialTensorShape::MakePartialShape(r0_dims, 2, &ps0));
609 TF_EXPECT_OK(PartialTensorShape::MakePartialShape(c0_dims, 0, &ps0));
  /external/tensorflow/tensorflow/core/kernels/data/experimental/
dense_to_sparse_batch_dataset_op.cc 53 OP_REQUIRES_OK(ctx, PartialTensorShape::MakePartialShape(
  /external/tensorflow/tensorflow/core/kernels/data/
padded_batch_dataset_op.cc 65 OP_REQUIRES_OK(ctx, PartialTensorShape::MakePartialShape(
  /external/tensorflow/tensorflow/tools/graph_transforms/
fold_constants_lib.cc 208 return PartialTensorShape::MakePartialShape(dims.data(), dims.size(), shape);
  /external/tensorflow/tensorflow/core/kernels/
list_kernels.cc 157 return PartialTensorShape::MakePartialShape(t.vec<int32>().data(),
160 return PartialTensorShape::MakePartialShape(t.vec<int64>().data(),
  /external/tensorflow/tensorflow/core/ops/
array_ops_test.cc     [all...]

Completed in 398 milliseconds