Searched refs:TensorCApi (Results 1 – 5 of 5) sorted by relevance
163 tensorflow::Tensor t = tensorflow::TensorCApi::MakeTensor( in SetFromTfLite()
197 class TensorCApi {
508 *dst = TensorCApi::MakeTensor(src->dtype, src->shape, src->buffer); in TF_TensorToTensor()590 TensorBuffer* buf = TensorCApi::Buffer(src); in TF_TensorFromTensor()
8910 std::memcpy(tensorflow::TensorCApi::Buffer(tensor)->data(), data, len); in TFE_NewTensorHandleFromScalar()
45 class TensorCApi; variable608 friend class TensorCApi; variable