Searched refs:TensorShapeAsVector (Results 1 – 4 of 4) sorted by relevance
30 std::vector<int64_t> TensorShapeAsVector(const tensorflow::TensorHandle& handle, in TensorShapeAsVector() function64 std::vector<int64_t> dev_dims = TensorShapeAsVector(*handle, &status->status); in TFE_TensorHandleTensorDebugInfo()
141 std::vector<int64_t> shape(TensorShapeAsVector(tensor, status)); in BroadcastResourceTensor()293 std::vector<int64_t> shape(TensorShapeAsVector(tensor, status)); in Broadcast()640 std::vector<int64_t> TensorShapeAsVector(TFE_TensorHandle* tensor, in TensorShapeAsVector() function
593 std::vector<int64_t> TensorShapeAsVector(TFE_TensorHandle* tensor,
1927 std::vector<int64_t> tensor_shape(TensorShapeAsVector(input, status)); in Execute()