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

  /external/tensorflow/tensorflow/core/framework/
shape_inference_testutil.h 34 typedef std::pair<string, DataType> ShapeAndType;
39 std::vector<std::vector<ShapeAndType>*>
shape_inference.h 140 struct ShapeAndType {
141 ShapeAndType() {}
142 ShapeAndType(ShapeHandle s, DataType t) : shape(s), dtype(t) {}
178 std::vector<std::unique_ptr<std::vector<ShapeAndType>>>
384 string DebugString(const ShapeAndType& shape_and_type);
385 string DebugString(gtl::ArraySlice<ShapeAndType> shape_and_types);
580 const std::vector<ShapeAndType>& shapes_and_types) TF_MUST_USE_RESULT;
585 const std::vector<ShapeAndType>& shapes_and_types) TF_MUST_USE_RESULT;
598 const std::vector<ShapeAndType>& shapes_and_types) TF_MUST_USE_RESULT;
603 const std::vector<ShapeAndType>& shapes_and_types) TF_MUST_USE_RESULT
    [all...]

Completed in 191 milliseconds