Home
last modified time | relevance | path

Searched defs:create_const (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dvariant_op_copy_test.cc181 Output create_const = ops::ConstFromProto(root, variant_proto); in TEST() local
215 Output create_const = ops::ConstFromProto(root, variant_proto); in TEST() local
258 Output create_const = ops::ConstFromProto(root, variant_proto); in TEST() local
/aosp_15_r20/external/mesa3d/src/microsoft/compiler/
H A Ddxil_module.c1594 create_const(struct dxil_module *m, const struct dxil_type *type, bool undef) in create_const() function