Searched refs:ConstFromProto (Results 1 – 4 of 4) sorted by relevance
181 Output create_const = ops::ConstFromProto(root, variant_proto); in TEST()215 Output create_const = ops::ConstFromProto(root, variant_proto); in TEST()258 Output create_const = ops::ConstFromProto(root, variant_proto); in TEST()
52 Output ConstFromProto(const Scope& scope, const TensorProto& proto) { in ConstFromProto() function
31 Output ConstFromProto(const Scope& scope, const TensorProto& proto);
111 auto c = ops::ConstFromProto(root, proto); in TEST()