Home
last modified time | relevance | path

Searched refs:add_s (Results 1 – 25 of 29) sorted by relevance

12

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dimplementation_selector_test.cc68 device_names.mutable_list()->add_s("CPU"); in TEST_F()
69 device_names.mutable_list()->add_s("GPU"); in TEST_F()
92 device_names.mutable_list()->add_s("CPU"); in TEST_F()
93 device_names.mutable_list()->add_s("GPU"); in TEST_F()
116 device_names.mutable_list()->add_s("CPU"); in TEST_F()
117 device_names.mutable_list()->add_s("TPU_REPLICATED_CORE"); in TEST_F()
118 device_names.mutable_list()->add_s("GPU"); in TEST_F()
148 device_names.mutable_list()->add_s("CPU"); in TEST_F()
149 device_names.mutable_list()->add_s("GPU"); in TEST_F()
172 device_names.mutable_list()->add_s("CPU"); in TEST_F()
[all …]
Dmemory_optimizer.cc789 (*swap_out_node->mutable_attr())["_class"].mutable_list()->add_s(coloc_group); in BuildSwapPair()
790 (*swap_in_node->mutable_attr())["_class"].mutable_list()->add_s(coloc_group); in BuildSwapPair()
791 (*node->mutable_attr())["_class"].mutable_list()->add_s(coloc_group); in BuildSwapPair()
/external/llvm-project/llvm/test/MC/Disassembler/ARC/
Dcompact.txt6 # CHECK: add_s %r0, %r1, %r2
9 # CHECK: add_s %r0, %r0, %fp
12 # CHECK: add_s %fp, %fp, -1
15 # CHECK: add_s %fp, %fp, 6
18 # CHECK: add_s %r0, %r0, 287454020
21 # CHECK: add_s 0, 287454020, 4
24 # CHECK: add_s %r0, %sp, 64
27 # CHECK: add_s %r0, %r0, 64
30 # CHECK: add_s %r0, %r1, 7
33 # CHECK: add_s %sp, %sp, 64
[all …]
/external/tensorflow/tensorflow/core/framework/
Dkernel_def_builder.cc64 allowed_values->add_s(str); in AttrConstraint()
84 allowed_values->add_s(str); in AttrConstraint()
Dattr_value_util.cc491 out->mutable_list()->add_s(v.data(), v.size()); in SetAttrValue()
502 out->mutable_list()->add_s(v.data(), v.size()); in SetAttrValue()
509 out->mutable_list()->add_s(std::move(v)); in MoveAttrValue()
Dop_def_builder.cc201 allowed->mutable_list()->add_s(unescaped); in FinalizeAttr()
/external/tensorflow/tensorflow/core/kernels/data/
Doptimize_dataset_op.cc162 custom_optimizations_list->add_s(opt.data(), opt.size()); in CreateConfig()
168 config_list->add_s(config.data(), config.size()); in CreateConfig()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCInstrInfo.td419 def SP_ADD_SP_S : F16_SP_OPS_bconst<0b000, "add_s">;
422 "add_s\t$b3, %sp, $u7">;
510 def ADD_S_rrr : F16_LD_ADD_RR<0b11, "add_s\t$a, $b, $c">;
539 "add_s\t%r0, %gp, $s"> {
602 def ADD_S_ru3 : F16_ADD_IMM<0b00,"add_s">;
624 !strconcat("add_s", "\t$b_s3, $b_s3, $LImm")>;
628 !strconcat("add_s", "\t$b_s3, $b_s3, $h")>;
632 !strconcat("add_s", "\t$h, $h, $b_s3")>;
636 !strconcat("add_s", "\t0, $LImm, $b_s3")>;
681 F16_OP_U7<0b0, !strconcat("add_s", "\t$b, $b, $u7")>;
/external/llvm-project/llvm/lib/Target/ARC/
DARCInstrInfo.td419 def SP_ADD_SP_S : F16_SP_OPS_bconst<0b000, "add_s">;
422 "add_s\t$b3, %sp, $u7">;
510 def ADD_S_rrr : F16_LD_ADD_RR<0b11, "add_s\t$a, $b, $c">;
539 "add_s\t%r0, %gp, $s"> {
602 def ADD_S_ru3 : F16_ADD_IMM<0b00,"add_s">;
624 !strconcat("add_s", "\t$b_s3, $b_s3, $LImm")>;
628 !strconcat("add_s", "\t$b_s3, $b_s3, $h")>;
632 !strconcat("add_s", "\t$h, $h, $b_s3")>;
636 !strconcat("add_s", "\t0, $LImm, $b_s3")>;
681 F16_OP_U7<0b0, !strconcat("add_s", "\t$b, $b, $u7")>;
DARCInstrFormats.td577 "add_s\t$r, $b, $u6"> {
/external/llvm/test/CodeGen/Generic/
Dprint-arith-fp.ll32 %add_s = getelementptr [12 x i8], [12 x i8]* @add_str, i64 0, i64 0 ; <i8*> [#uses=1]
37 call i32 (i8*, ...) @printf( i8* %add_s, double %add_r ) ; <i32>:3 [#uses=0]
Dprint-arith-int.ll37 %add_s = getelementptr [12 x i8], [12 x i8]* @add_str, i64 0, i64 0 ; <i8*> [#uses=1]
42 call i32 (i8*, ...) @printf( i8* %add_s, i32 %add_r ) ; <i32>:3 [#uses=0]
/external/llvm-project/llvm/test/CodeGen/Generic/
Dprint-arith-fp.ll32 %add_s = getelementptr [12 x i8], [12 x i8]* @add_str, i64 0, i64 0 ; <i8*> [#uses=1]
37 call i32 (i8*, ...) @printf( i8* %add_s, double %add_r ) ; <i32>:3 [#uses=0]
Dprint-arith-int.ll37 %add_s = getelementptr [12 x i8], [12 x i8]* @add_str, i64 0, i64 0 ; <i8*> [#uses=1]
42 call i32 (i8*, ...) @printf( i8* %add_s, i32 %add_r ) ; <i32>:3 [#uses=0]
/external/tensorflow/tensorflow/core/grappler/utils/
Dcolocation.cc116 new_value.mutable_list()->add_s( in ReassignColocation()
/external/python/cpython2/Modules/_ctypes/libffi/src/arc/
Darcompact.S135 add_s sp, sp, 32
/external/libffi/src/arc/
Darcompact.S135 add_s sp, sp, 32
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator_test.cc667 list->add_s("abcde"); in TEST_F()
668 list->add_s("1234"); in TEST_F()
669 list->add_s(""); in TEST_F()
670 list->add_s("zyxwv"); in TEST_F()
671 list->add_s("!-."); in TEST_F()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dexport_utils.cc196 list->add_s(nested_value.s()); in ConvertAttribute()
/external/swiftshader/third_party/subzero/src/
DIceAssemblerMIPS32.h124 void add_s(const Operand *OpFd, const Operand *OpFs, const Operand *OpFt);
DIceInstMIPS32.cpp748 Asm->add_s(getDest(), getSrc(0), getSrc(1)); in emitIAS()
DIceAssemblerMIPS32.cpp389 void AssemblerMIPS32::add_s(const Operand *OpFd, const Operand *OpFs, in add_s() function in Ice::MIPS32::AssemblerMIPS32
/external/tensorflow/tensorflow/compiler/jit/
Dnode_matchers.cc497 list->add_s(s); in AttrLiteralHelper()
/external/lua/src/
Dlstrlib.c868 static void add_s (MatchState *ms, luaL_Buffer *b, const char *s, in add_s() function
920 add_s(ms, b, s, e); /* add value to the buffer */ in add_value()
/external/llvm-project/mlir/test/Dialect/Linalg/
Dsparse_1d.mlir82 // CHECK-LABEL: func @add_s(
125 func @add_s(%arga: tensor<32xf32>, %argb: f32) -> tensor<32xf32> {

12