Home
last modified time | relevance | path

Searched refs:AsNodeOut (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/cc/ops/
Dconst_op.cc56 NodeBuilder::NodeOut AsNodeOut(const Scope& scope, const Input& inp) { in AsNodeOut() function
76 const auto node_out = AsNodeOut(scope, i); in AsNodeOutList()
Dconst_op.h33 NodeBuilder::NodeOut AsNodeOut(const Scope& scope, const Input& inp);
52 auto orig_const = AsNodeOut(scope, orig_const_output); in Const()
/external/tensorflow/tensorflow/core/kernels/hexagon/
Dgraph_transferer_test.cc73 auto _x = ops::AsNodeOut(scope, x); in BuildAddOps()
75 auto _y = ops::AsNodeOut(scope, y); in BuildAddOps()
88 auto _logits = ops::AsNodeOut(scope, logits); in BuildSoftmaxOps()
104 auto _input = ops::AsNodeOut(scope, input); in BuildConv2DOps()
106 auto _filter = ops::AsNodeOut(scope, filter); in BuildConv2DOps()
128 auto _input = ops::AsNodeOut(scope, input); in BuildMaxPoolOps()
/external/tensorflow/tensorflow/lite/tools/accuracy/
Drun_tflite_model_op_test.cc53 return ops::AsNodeOut(scope, model_input); in TEST()
113 return ops::AsNodeOut(scope, model_input); in TEST()
160 return ops::AsNodeOut(scope, model_input); in TEST()
Drun_tflite_model_stage.cc29 std::vector<NodeBuilder::NodeOut> _data = {ops::AsNodeOut(s, input)}; in AddToGraph()
/external/tensorflow/tensorflow/core/kernels/
Dremote_fused_graph_execute_op_test_utils.cc30 auto _x = ops::AsNodeOut(scope, x); in BuildAddOp()
32 auto _y = ops::AsNodeOut(scope, y); in BuildAddOp()
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties_test.cc1131 auto _shape = tensorflow::ops::AsNodeOut(s, shape); in TEST_F()
1132 auto _value = tensorflow::ops::AsNodeOut(s, value); in TEST_F()
1157 auto _shape = tensorflow::ops::AsNodeOut(s, shape); in TEST_F()
1158 auto _value = tensorflow::ops::AsNodeOut(s, value); in TEST_F()
1187 auto _shape = tensorflow::ops::AsNodeOut(s, shape); in TEST_F()
1221 auto _shape = tensorflow::ops::AsNodeOut(s, shape); in TEST_F()
1281 auto _identity = tensorflow::ops::AsNodeOut(s, identity); in TEST_F()
/external/tensorflow/tensorflow/core/framework/
Dvariant_op_copy_test.cc136 auto _value = ops::AsNodeOut(scope, value); in CreateTestVariant()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler_test.cc114 auto _value = ops::AsNodeOut(scope, value); in DummyReadResourceCC()