Searched refs:FromProtoField (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/framework/ |
D | tensor.cc | 474 TensorBuffer* FromProtoField(Allocator* a, const TensorProto& in, int64 n) { in FromProtoField() function 501 TensorBuffer* FromProtoField<Variant>(Allocator* a, const TensorProto& in, in FromProtoField() function 536 TensorBuffer* FromProtoField<Eigen::half>(Allocator* a, const TensorProto& in, in FromProtoField() function 560 TensorBuffer* FromProtoField<bfloat16>(Allocator* a, const TensorProto& in, in FromProtoField() function 872 CASES_WITH_DEFAULT(proto.dtype(), p = FromProtoField<T>(a, proto, N), in FromProto()
|