Home
last modified time | relevance | path

Searched defs:TFE_TensorDebugInfo (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/c/eager/
Dc_api_internal.h94 struct TFE_TensorDebugInfo { struct
95 TFE_TensorDebugInfo(const std::vector<tensorflow::int64>& dims) in TFE_TensorDebugInfo() argument
99 std::vector<tensorflow::int64> dev_dims;
Dc_api.h219 typedef struct TFE_TensorDebugInfo TFE_TensorDebugInfo; typedef