Home
last modified time | relevance | path

Searched defs:gte (Results 1 – 25 of 29) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/xla/service/
Dbfloat16_conversion_folding.cc218 for (auto gte : per_tuple_element_gtes[i]) { in HandleAllReduce() local
231 for (auto gte : per_tuple_element_gtes[i]) { in HandleAllReduce() local
Dhlo_graph_dumper_test.cc134 auto gte = b.AddInstruction(HloInstruction::CreateGetTupleElement( in TEST_F() local
Dbfloat16_normalization_test.cc261 HloInstruction* gte = builder.AddInstruction( in TEST_F() local
291 HloInstruction* gte = builder.AddInstruction( in TEST_F() local
Dbfloat16_normalization.cc246 auto gte = computation_->AddInstruction( in HandleMultipleOutputs() local
Dhlo_sharding_metadata.cc124 HloInstruction* gte = pass_through.operand->parent()->AddInstruction( in FixupPassThroughDomainLinks() local
Dbfloat16_conversion_folding_test.cc201 HloInstruction* gte = builder.AddInstruction( in TEST_F() local
Dtuple_simplifier_test.cc98 HloInstruction* gte = builder.AddInstruction( in TEST_F() local
Dhlo_domain_test.cc459 HloInstruction* gte = FindInstruction(module.get(), "gte"); in TEST_F() local
Dhlo_rematerialization_test.cc611 auto gte = builder.AddInstruction(HloInstruction::CreateGetTupleElement( in TEST_P() local
Dcopy_insertion_test.cc351 auto gte = builder.AddInstruction(HloInstruction::CreateGetTupleElement( in TEST_F() local
387 HloInstruction* gte = in TEST_F() local
737 auto gte = xla_while->parent()->AddInstruction( in BuildWhileInstruction_InitPointsToInterfering() local
Ddynamic_dimension_inference_test.cc133 auto gte = builder.AddInstruction( in TEST_F() local
Dwhile_loop_simplifier.cc634 auto* gte = new_instrs->back().get(); in GetFlatTupleElems() local
Dhlo_dataflow_analysis.cc443 bool HloDataflowAnalysis::UpdateGetTupleElementValueSet(HloInstruction* gte) { in UpdateGetTupleElementValueSet()
Dhlo_computation.cc633 HloInstruction* gte = in DeepCopyHelper() local
Dhlo_verifier.cc1394 Status HandleGetTupleElement(HloInstruction* gte) override { in HandleGetTupleElement()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder_test.cc513 auto gte = GetTupleElement(p0, 0); in TEST_F() local
583 auto gte = GetTupleElement(p0, 0); in TEST_F() local
650 auto gte = GetTupleElement(p0, 0); in TEST_F() local
759 auto gte = GetTupleElement(p0, 0); in TEST_F() local
784 auto gte = GetTupleElement(p0, 0); in TEST_F() local
855 auto gte = GetTupleElement(p0, 0); // f32[2, 3, <=4, <=5, 6] in TEST_F() local
937 auto gte = GetTupleElement(p0, 0); in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dhlo_to_ir_bindings.cc132 llvm::Value* HloToIrBindings::EmitGetTupleElement(const HloInstruction* gte, in EmitGetTupleElement()
Dcudnn_fused_conv_rewriter.cc76 HloInstruction *gte = nullptr, *add1 = nullptr, *add2 = nullptr, in FindConvWithRelu() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/
DNat192.java278 public static boolean gte(int[] x, int[] y) in gte() method in Nat192
292 public static boolean gte(int[] x, int xOff, int[] y, int yOff) in gte() method in Nat192
DNat224.java297 public static boolean gte(int[] x, int[] y) in gte() method in Nat224
311 public static boolean gte(int[] x, int xOff, int[] y, int yOff) in gte() method in Nat224
DNat256.java376 public static boolean gte(int[] x, int[] y) in gte() method in Nat256
390 public static boolean gte(int[] x, int xOff, int[] y, int yOff) in gte() method in Nat256
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/raw/
DNat192.java282 public static boolean gte(int[] x, int[] y) in gte() method in Nat192
296 public static boolean gte(int[] x, int xOff, int[] y, int yOff) in gte() method in Nat192
DNat224.java301 public static boolean gte(int[] x, int[] y) in gte() method in Nat224
315 public static boolean gte(int[] x, int xOff, int[] y, int yOff) in gte() method in Nat224
DNat256.java380 public static boolean gte(int[] x, int[] y) in gte() method in Nat256
394 public static boolean gte(int[] x, int xOff, int[] y, int yOff) in gte() method in Nat256
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DCompiler.java335 protected Expression gte(int opPos) throws TransformerException in gte() method in Compiler

12