Home
last modified time | relevance | path

Searched refs:TFE_OpAddInputList (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/c/eager/
Dc_api.h270 TF_CAPI_EXPORT extern void TFE_OpAddInputList(TFE_Op* op,
Dc_api_test.cc1492 TFE_OpAddInputList(concatOp, inputs, 2, status); in TEST()
1532 TFE_OpAddInputList(assertOp, data, 3, status); in TEST()
1610 TFE_OpAddInputList(identityOp, inputs, 2, status); in TEST()
1651 TFE_OpAddInputList(identityOp, inputs, 2, status); in TEST()
1813 TFE_OpAddInputList(original_identity, inputs, 2, status); in TEST()
Dc_api.cc676 void TFE_OpAddInputList(TFE_Op* op, TFE_TensorHandle** inputs, int num_inputs, in TFE_OpAddInputList() function
/external/tensorflow/tensorflow/java/src/main/native/
Deager_operation_builder_jni.cc157 TFE_OpAddInputList(op, tensor_handles.get(), num_inputs, status); in Java_org_tensorflow_EagerOperationBuilder_addInputList()