/
githubmirror
/
the-algorithm
Обзор
Документация
Войти
/
githubmirror
/
the-algorithm
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
twml/libtwml/src/ops/tensorflow_utils.h
12 строк
458 B
twitter-team
Twitter Recommendation Algorithm
01 апр 2023, 01:36
01 апр 2023, 01:36
ef4c5eb
Код
Авторство
О чём код?
#pragma once #include "tensorflow/core/framework/op.h" #include "tensorflow/core/framework/op_kernel.h" #include "tensorflow/core/framework/shape_inference.h" #include <twml.h> using namespace tensorflow; twml::Tensor TFTensor_to_twml_tensor(Tensor &input); twml::RawTensor TFTensor_to_twml_raw_tensor(Tensor &input); const twml::Tensor TFTensor_to_twml_tensor(const Tensor &input); const twml::RawTensor TFTensor_to_twml_raw_tensor(const Tensor &input);