OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:input_b
(Results
1 - 4
of
4
) sorted by null
/external/vixl/examples/aarch64/
simulated-runtime-calls.cc
106
int32_t
input_b
= 2;
local
108
simulator.WriteWRegister(1,
input_b
);
/art/compiler/optimizing/
instruction_simplifier_shared.cc
40
HInstruction*
input_b
= nullptr; // Set to a non-null value if we found a pattern to optimize.
local
49
input_b
= input_binop->GetLeastConstantLeft();
60
input_b
= input_binop->GetLeft();
68
input_b
= input_binop->GetRight();
73
if (
input_b
== nullptr) {
80
mul->GetType(), op_kind, input_a, input_a,
input_b
, mul->GetDexPc());
/external/tensorflow/tensorflow/compiler/jit/
partially_decluster_pass_test.cc
329
Output
input_b
= ops::Placeholder(s.WithOpName("shape_b"), DT_FLOAT,
local
331
Output mul = ops::Mul(s.WithOpName("mul"),
input_b
,
input_b
);
/external/tensorflow/tensorflow/core/common_runtime/
shape_refiner_test.cc
367
Node*
input_b
= test::graph::Constant(&graph, b);
local
370
.Input(
input_b
)
374
TF_ASSERT_OK(m.AddNode(
input_b
));
[
all
...]
Completed in 587 milliseconds