/external/tensorflow/tensorflow/tools/graph_transforms/ |
D | transform_utils_test.cc | 44 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 …]
|
D | fold_constants_test.cc | 59 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()
|
D | transform_graph_test.cc | 65 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/ |
D | hexagon_rewriter_transform_test.cc | 51 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/ |
D | lp_bld_format_srgb.c | 265 LLVMValueRef x05, x0375, a_const, b_const, c_const, tmp2; in lp_build_linear_to_srgb() local 289 b_const = lp_build_const_vec(gallivm, src_type, 0.325f * 1.0622 * 255.0f); in lp_build_linear_to_srgb() 293 tmp2 = lp_build_mad(&f32_bld, b_const, x05, c_const); in lp_build_linear_to_srgb()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | remote_fused_graph_execute_op_test_utils.cc | 65 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/ |
D | idct_neon.h | 151 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()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | constant_folding_test.cc | 3006 Output b_const = in TEST_F() local 3008 Output b = ops::Identity(scope.WithOpName("b"), b_const); in TEST_F()
|