Home
last modified time | relevance | path

Searched defs:TensorShape (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/experimental/swift/Sources/
DTensor.swift101 public struct TensorShape { struct
130 extension TensorShape: ExpressibleByArrayLiteral { extension
/external/tensorflow/tensorflow/lite/experimental/swift/Tests/
DTensorTests.swift72 extension TensorShape: Equatable { extension
/external/tensorflow/tensorflow/core/framework/
Dtensor_shape.h36 class TensorShape; variable
Dtensor_shape.cc616 MAKE_SHAPE(int32, TensorShape) in MAKE_SHAPE() argument
/external/tensorflow/tensorflow/python/framework/
Dtensor_shape.py685 class TensorShape(object): class