Home
last modified time | relevance | path

Searched defs:input0_type (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Didentity_n_op_test.cc31 Status Init(DataType input0_type, DataType input1_type) { in Init()
/external/v8/src/compiler/
Dsimplified-lowering.cc1261 Type input0_type, Type input1_type) { in LowerToCheckedInt32Mul()
1775 Type input0_type = TypeOf(node->InputAt(0)); in VisitNode() local