Searched refs:create_const (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/framework/ |
D | variant_op_copy_test.cc | 181 Output create_const = ops::ConstFromProto(root, variant_proto); in TEST() local 185 TF_CHECK_OK(session.Run({create_const}, &outputs)); in TEST() 215 Output create_const = ops::ConstFromProto(root, variant_proto); in TEST() local 222 TF_CHECK_OK(session.Run({create_const}, &outputs)); in TEST() 258 Output create_const = ops::ConstFromProto(root, variant_proto); in TEST() local 262 Status s = session.Run({create_const}, &outputs); in TEST()
|
/external/mesa3d/src/microsoft/compiler/ |
D | dxil_module.c | 1594 create_const(struct dxil_module *m, const struct dxil_type *type, bool undef) in create_const() function 1622 c = create_const(m, type, false); in get_int_const() 1734 c = create_const(m, type, false); in dxil_module_get_float16_const() 1758 c = create_const(m, type, false); in dxil_module_get_float_const() 1782 c = create_const(m, type, false); in dxil_module_get_double_const() 1806 c = create_const(m, type, false); in dxil_module_get_array_const() 1833 c = create_const(m, type, false); in dxil_module_get_vector_const() 1858 c = create_const(m, type, true); in dxil_module_get_undef() 1878 c = create_const(m, type, false); in dxil_module_get_struct_const()
|