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

  /external/tensorflow/tensorflow/compiler/jit/
test_util.cc 35 if (!PartialTensorShapeUtils::AreIdentical(shapes, it->second)) {
38 PartialTensorShapeUtils::PartialShapeListString(it->second),
40 PartialTensorShapeUtils::PartialShapeListString(shapes));
  /external/tensorflow/tensorflow/core/kernels/
padding_fifo_queue.cc 272 if (!PartialTensorShapeUtils::AreCompatible(requested_shapes,
276 PartialTensorShapeUtils::PartialShapeListString(partial_shapes_),
278 PartialTensorShapeUtils::PartialShapeListString(requested_shapes));
  /external/tensorflow/tensorflow/core/framework/
tensor_shape.cc 713 string PartialTensorShapeUtils::PartialShapeListString(
725 bool PartialTensorShapeUtils::AreCompatible(
740 bool PartialTensorShapeUtils::AreIdentical(
tensor_shape.h 450 class PartialTensorShapeUtils {

Completed in 1038 milliseconds