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

  /external/tensorflow/tensorflow/compiler/xla/
shape_util.cc 104 ShapeUtil::MakeValidatedShape(element_type, dimensions));
160 return MakeValidatedShape(element_type, dimensions).ValueOrDie();
166 return MakeValidatedShape(element_type, dimensions, dynamic_dimensions)
170 /* static */ StatusOr<Shape> ShapeUtil::MakeValidatedShape(
178 /* static */ StatusOr<Shape> ShapeUtil::MakeValidatedShape(
182 MakeValidatedShape(element_type, dimensions));
    [all...]
shape_util.h 383 static StatusOr<Shape> MakeValidatedShape(PrimitiveType element_type,
385 static StatusOr<Shape> MakeValidatedShape(
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
shape_inference.cc 219 return ShapeUtil::MakeValidatedShape(element_type, output_dimensions,
    [all...]

Completed in 88 milliseconds