HomeSort by relevance Sort by last modified time
    Searched refs:CreateTensorProto (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/framework/
tensor_util_test.cc 299 auto proto = tensor::CreateTensorProto(values, shape);
320 auto proto = tensor::CreateTensorProto(values, shape);
337 auto proto = tensor::CreateTensorProto(values, shape);
354 auto proto = tensor::CreateTensorProto(values, shape);
371 auto proto = tensor::CreateTensorProto(values, shape);
388 auto proto = tensor::CreateTensorProto(values, shape);
405 auto proto = tensor::CreateTensorProto(values, shape);
422 auto proto = tensor::CreateTensorProto(values, shape);
438 tensor::CreateTensorProto(std::vector<float>(kLength), {kLength});
441 tensor::CreateTensorProto(std::vector<int>(kLength), {kLength})
    [all...]
tensor_util.h 277 CreateTensorProto(const std::vector<Type>& values,

Completed in 160 milliseconds