Searched refs:handle_dtype (Results 1 – 3 of 3) sorted by relevance
280 DataType handle_dtype; in GetLookupTable() local281 TF_RETURN_IF_ERROR(ctx->input_dtype(input_name, &handle_dtype)); in GetLookupTable()282 if (handle_dtype == DT_RESOURCE) { in GetLookupTable()297 DataType handle_dtype; in GetInitializableLookupTable() local298 TF_RETURN_IF_ERROR(ctx->input_dtype(input_name, &handle_dtype)); in GetInitializableLookupTable()299 if (handle_dtype == DT_RESOURCE) { in GetInitializableLookupTable()
421 TF_DataType handle_dtype = TFE_TensorHandleDataType(handle.get()); in EagerTensor_init() local422 if (desired_dtype >= 0 && desired_dtype != handle_dtype) { in EagerTensor_init()424 if (tensorflow::IsCompatible(desired_dtype, handle_dtype)) { in EagerTensor_init()426 GetContext(context), handle.get(), handle_dtype, in EagerTensor_init()434 static_cast<tensorflow::DataType>(handle_dtype)), in EagerTensor_init()444 handle_dtype = TFE_TensorHandleDataType(handle.get()); in EagerTensor_init()485 if (handle_dtype != TF_INT32) { in EagerTensor_init()
23 reserved 3; // was handle_dtype