HomeSort by relevance Sort by last modified time
    Searched defs:input_a (Results 1 - 4 of 4) sorted by null

  /external/vixl/examples/aarch64/
simulated-runtime-calls.cc 105 int32_t input_a = 1; local
107 simulator.WriteWRegister(0, input_a);
  /art/compiler/optimizing/
instruction_simplifier_shared.cc 39 HInstruction* input_a = input_other; local
80 mul->GetType(), op_kind, input_a, input_a, input_b, mul->GetDexPc());
  /external/tensorflow/tensorflow/compiler/jit/
partially_decluster_pass_test.cc 327 Output input_a = ops::Placeholder(s.WithOpName("input_a"), DT_INT32, local
334 Output shape = ops::Add(s.WithOpName("shape"), shape_of_mul, input_a);
  /external/tensorflow/tensorflow/core/common_runtime/
shape_refiner_test.cc 366 Node* input_a = test::graph::Constant(&graph, a); local
369 .Input(input_a)
373 TF_ASSERT_OK(m.AddNode(input_a));
    [all...]

Completed in 931 milliseconds