Home
last modified time | relevance | path

Searched refs:b_const (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/tools/graph_transforms/
Dtransform_utils_test.cc44 Output b_const = Const(root.WithOpName("b"), Input::Initializer(b_data)); in TestMapNamesToNodes() local
46 Output add = Add(root.WithOpName("add"), a_const, b_const); in TestMapNamesToNodes()
77 Output b_const = Const(root.WithOpName("b"), Input::Initializer(b_data)); in TestMapNodesToOutputs() local
79 Output add = Add(root.WithOpName("add"), a_const, b_const); in TestMapNodesToOutputs()
231 Output b_const = Const(root.WithOpName("b"), Input::Initializer(b_data)); in TestFilterGraphDef() local
233 Output add = Add(root.WithOpName("add"), a_const, b_const); in TestFilterGraphDef()
291 Output b_const = Const(root.WithOpName("b"), Input::Initializer(b_data)); in TestGetOpTypeMatches() local
293 Output add = Add(root.WithOpName("add"), a_const, b_const); in TestGetOpTypeMatches()
421 Output b_const = Const(root.WithOpName("b"), Input::Initializer(b_data)); in TestReplaceMatchingOpTypes() local
423 Output add = Add(root.WithOpName("add"), a_const, b_const); in TestReplaceMatchingOpTypes()
[all …]
Dfold_constants_test.cc59 Output b_const = in TestSimpleAdd() local
62 Output add = Add(root.WithOpName("add_expect_removed"), a_const, b_const); in TestSimpleAdd()
96 Output b_const = in TestOpExclusionAdd() local
99 Output add = Add(root.WithOpName("add_expect_remains"), a_const, b_const); in TestOpExclusionAdd()
306 Output b_const = Const(root.WithOpName("b"), Input::Initializer(b_data)); in TestRemoveUnusedNodes() local
308 Output add = Add(root.WithOpName("add"), a_const, b_const); in TestRemoveUnusedNodes()
345 Output b_const = ::tensorflow::ops::Const( in TestMaxConstantSizeInBytes() local
349 a_const, b_const); in TestMaxConstantSizeInBytes()
Dtransform_graph_test.cc65 Output b_const = in TestConstantFolding() local
68 Output add = Add(root.WithOpName("add_expect_removed"), a_const, b_const); in TestConstantFolding()
/external/tensorflow/tensorflow/core/kernels/hexagon/
Dhexagon_rewriter_transform_test.cc51 Output b_const = ops::Const(root.WithOpName("b"), Input::Initializer(b_data)); in TEST() local
53 Output add = ops::Add(root.WithOpName("add"), a_const, b_const); in TEST()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_srgb.c264 LLVMValueRef x05, x0375, a_const, b_const, c_const, tmp2; in lp_build_linear_to_srgb() local
288 b_const = lp_build_const_vec(gallivm, src_type, 0.325f * 1.0622 * 255.0f); in lp_build_linear_to_srgb()
292 tmp2 = lp_build_mad(&f32_bld, b_const, x05, c_const); in lp_build_linear_to_srgb()
/external/tensorflow/tensorflow/core/kernels/
Dremote_fused_graph_execute_op_test_utils.cc65 Output b_const = ops::Const(root.WithOpName("B"), Input::Initializer(b_data)); in BuildMultipleAddGraph() local
79 Output f_add = ops::Add(root.WithOpName("F"), a_const, b_const); in BuildMultipleAddGraph()
/external/libvpx/libvpx/vpx_dsp/arm/
Didct_neon.h151 const int16_t b_const) { in multiply_accumulate_shift_and_narrow_s16() argument
155 t[0] = vmlal_n_s16(t[0], vget_low_s16(b), b_const); in multiply_accumulate_shift_and_narrow_s16()
156 t[1] = vmlal_n_s16(t[1], vget_high_s16(b), b_const); in multiply_accumulate_shift_and_narrow_s16()
213 const int32_t b_const) { in multiply_accumulate_shift_and_narrow_s32_dual() argument
219 c[0] = vmlal_n_s32(c[0], vget_low_s32(b.val[0]), b_const); in multiply_accumulate_shift_and_narrow_s32_dual()
220 c[1] = vmlal_n_s32(c[1], vget_high_s32(b.val[0]), b_const); in multiply_accumulate_shift_and_narrow_s32_dual()
221 c[2] = vmlal_n_s32(c[2], vget_low_s32(b.val[1]), b_const); in multiply_accumulate_shift_and_narrow_s32_dual()
222 c[3] = vmlal_n_s32(c[3], vget_high_s32(b.val[1]), b_const); in multiply_accumulate_shift_and_narrow_s32_dual()