Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/eager/parallel_device/
Dparallel_device_lib_test.cc59 TFE_OpSetAttrShape(handle_op.get(), "shape", /*dims=*/nullptr, /*num_dims=*/0, in TEST()
115 TFE_OpSetAttrShape(handle_op.get(), "shape", /*dims=*/nullptr, /*num_dims=*/0, in TEST()
Dparallel_device_testlib.cc41 TFE_OpSetAttrShape(op.get(), "shape", dims, num_dims, status); in Create()
/external/tensorflow/tensorflow/c/eager/
Dc_api.h318 TF_CAPI_EXPORT extern void TFE_OpSetAttrShape(TFE_Op* op, const char* attr_name,
Dcustom_device_test.cc117 TFE_OpSetAttrShape(op.get(), "shape", {}, 0, status.get()); in TEST()
202 TFE_OpSetAttrShape(op.get(), "shape", {}, 0, status.get()); in TEST()
Dc_api.cc762 void TFE_OpSetAttrShape(TFE_Op* op, const char* attr_name, const int64_t* dims, in TFE_OpSetAttrShape() function
1039 TFE_OpSetAttrShape(op, attr_name, nullptr, -1, status); in SetOpAttrValueScalar()
1046 TFE_OpSetAttrShape(op, attr_name, dims.get(), num_dims, status); in SetOpAttrValueScalar()
Dc_api_test_util.cc202 TFE_OpSetAttrShape(op, "shape", {}, 0, status); in TestVariable()
Dc_api_test.cc1675 TFE_OpSetAttrShape(var_op, "shape", {}, 0, status); in TEST()
1711 TFE_OpSetAttrShape(var_op, "shape", {}, 0, status); in TEST()
1786 TFE_OpSetAttrShape(original_var_op, "shape", {}, 0, status); in TEST()
/external/tensorflow/tensorflow/java/src/main/native/
Deager_operation_builder_jni.cc290 TFE_OpSetAttrShape(op, cname, cvalue.get(), static_cast<int>(num_dims), in Java_org_tensorflow_EagerOperationBuilder_setAttrShape()
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc664 TFE_OpSetAttrShape(op, key, nullptr, -1, status); in SetOpAttrScalar()
676 TFE_OpSetAttrShape(op, key, nullptr, -1, status); in SetOpAttrScalar()
690 TFE_OpSetAttrShape(op, key, dims.get(), num_dims, status); in SetOpAttrScalar()