Searched defs:TensorName (Results 1 – 5 of 5) sorted by relevance
28 struct TORCH_API TensorName { struct29 explicit TensorName(ArrayRef<Dimname> origin, int origin_idx) in TensorName() argument47 const TensorName& tensorname); argument
26 def TensorName(x): function
83 std::string TensorName; in getTensorSpecFromJSON() local
290 def TensorName(idx): function
374 std::string InterpreterWrapper::TensorName(int i) const { in TensorName() function in tflite::interpreter_wrapper::InterpreterWrapper