Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/c/eager/
H A Dtfe_tensor_debug_info_internal.h22 struct TFE_TensorDebugInfo { struct
23 explicit TFE_TensorDebugInfo(const std::vector<int64_t>& dims) in TFE_TensorDebugInfo() argument
27 std::vector<int64_t> dev_dims;
H A Dc_api.h200 typedef struct TFE_TensorDebugInfo TFE_TensorDebugInfo; typedef