HomeSort by relevance Sort by last modified time
    Searched full:handle_dtype (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/python/framework/
cpp_shape_inference.proto 23 reserved 3; // was handle_dtype
  /external/tensorflow/tensorflow/core/kernels/
lookup_util.cc 268 DataType handle_dtype; local
269 TF_RETURN_IF_ERROR(ctx->input_dtype(input_name, &handle_dtype));
270 if (handle_dtype == DT_RESOURCE) {
285 DataType handle_dtype; local
286 TF_RETURN_IF_ERROR(ctx->input_dtype(input_name, &handle_dtype));
287 if (handle_dtype == DT_RESOURCE) {
  /external/tensorflow/tensorflow/python/eager/
pywrap_tensor.cc 270 TF_DataType handle_dtype = TFE_TensorHandleDataType(handle.get()); local
271 if (desired_dtype >= 0 && desired_dtype != handle_dtype) {
274 EagerCast(GetContext(context), handle.get(), handle_dtype,
280 handle_dtype, " to ", desired_dtype, ". ",
285 handle_dtype = TFE_TensorHandleDataType(handle.get());
314 if (handle_dtype != TF_INT32) {

Completed in 103 milliseconds