Home
last modified time | relevance | path

Searched refs:ConstFromProto (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dvariant_op_copy_test.cc181 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()
/external/tensorflow/tensorflow/cc/ops/
Dconst_op.cc52 Output ConstFromProto(const Scope& scope, const TensorProto& proto) { in ConstFromProto() function
Dconst_op.h31 Output ConstFromProto(const Scope& scope, const TensorProto& proto);
Dconst_op_test.cc111 auto c = ops::ConstFromProto(root, proto); in TEST()