Searched defs:b_const (Results 1 – 8 of 8) sorted by relevance
/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 77 Output b_const = Const(root.WithOpName("b"), Input::Initializer(b_data)); in TestMapNodesToOutputs() local 231 Output b_const = Const(root.WithOpName("b"), Input::Initializer(b_data)); in TestFilterGraphDef() local 291 Output b_const = Const(root.WithOpName("b"), Input::Initializer(b_data)); in TestGetOpTypeMatches() local 421 Output b_const = Const(root.WithOpName("b"), Input::Initializer(b_data)); in TestReplaceMatchingOpTypes() local 530 Output b_const = Const(root.WithOpName("b"), Input::Initializer(b_data)); in TestRenameNodeInputs() local 564 Output b_const = Const(root.WithOpName("b"), Input::Initializer(b_data)); in TestRenameNodeInputsWithRedirects() local 602 Output b_const = Const(root.WithOpName("b"), Input::Initializer(b_data)); in TestRenameNodeInputsWithCycle() local 640 Output b_const = Const(root.WithOpName("b"), Input::Initializer(b_data)); in TestRenameNodeInputsWithWildcard() local 675 Output b_const = Const(root.WithOpName("b"), Input::Initializer(b_data)); in TestRenameNodeInputsWithIgnores() local [all …]
|
D | fold_constants_test.cc | 59 Output b_const = in TestSimpleAdd() local 96 Output b_const = in TestOpExclusionAdd() local 306 Output b_const = Const(root.WithOpName("b"), Input::Initializer(b_data)); in TestRemoveUnusedNodes() local 345 Output b_const = ::tensorflow::ops::Const( in TestMaxConstantSizeInBytes() local
|
D | transform_graph_test.cc | 65 Output b_const = in TestConstantFolding() local
|
/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
|
/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
|
/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
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | idct_neon.h | 151 const int16_t b_const) { in multiply_accumulate_shift_and_narrow_s16() 213 const int32_t b_const) { in multiply_accumulate_shift_and_narrow_s32_dual()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | constant_folding_test.cc | 2989 Output b_const = in TEST_F() local
|